• Resolved Carsten Lund

    (@carsten-lund)


    Hi there, the Facebook login is also displaying on my register page.

    Of course this makes no sense, so how do I exclude the FB login on this page?

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi.
    When somebody login with Facebook, it registers a new user with the Facebook credentials in your list users.
    So, it makes sense because the user is being registered.

    Regards

    Thread Starter Carsten Lund

    (@carsten-lund)

    Hi there, thanks for the clarification. I see your point. So FB login is not only login but also registration.

    This creates an issue for BuddyPress users, where certain information, like age and gender are required at registration point.

    Regards

    Well.
    The plugin uses the wp_insert_user() function to register user. This is from WordPress codex.

    You can use the “fbl/after_login” hook to register another meta values.

    Regards

    Thread Starter Carsten Lund

    (@carsten-lund)

    Thanks for letting me know, but I think this is beyond my coding skills ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Facebook login is displaying on my register page.’ is closed to new replies.