• Resolved majito

    (@majito)


    hi,

    i noticed there are a lot of random user names on my site.. but i think 99% they are not bots.. i checked with ultimate member too about that and they said i should ask you maybe these random user names are set automatically when users sign up to the site using their social media pages,,

    and if that the thing.. how we can change this to take the profile name.. not a random characters and numbers?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Laszlo

    (@laszloszalvak)

    Hi @majito

    By default Nextend Social Login tries to generate a username from the first name and last name that comes from the provider. If the provider doesn’t return any name, or it returns a name with special characters that WordPress doesn’t allow in usernames then we usually generate these random usernames. So those are not bot users, just there is nothing that we could use to generate nicer usernames.

    Of course if you can figure out a logic that generates nicer but still unique usernames, then you can overrides these usernames over the “nsl_registration_user_data” filter:

    however please note that we can not provide support for custom coding and problems caused by them.

    Note: With the Pro Addon, we have an option to ask the user to enter a username manually in these cases. However please note that, topics about commercial products can not be discussed here. So if you are interested in that feature, then please get in touch with us directly over the ticket system:

    and we will help you there.

    Best regards,
    Laszlo.

    Thread Starter majito

    (@majito)

    as i don’t have experience or knowledge on coding. i will keep everything as it is

    but the question is when there is a member who want to sign in how he will know his user name?

    Plugin Support Laszlo

    (@laszloszalvak)

    Hi @majito

    People who login with social login rarely want to login with the traditional email/username and password forms. Of course they can if they want to, as we register just regular WordPress accounts. People who don’t know their usernames can always find it on their WordPress default profile page:

    • /wp-admin/profile.php

    If you have a custom profile page then it depends on your code what people can see there.

    Some important notes:

    The WordPress default login forms allow the login with email, too. So that is also an option. Most people will know that, as by default we register the accounts with the email address returned by the provider.

    However it is also possible that the provider won’t return the email address either ( e.g. Facebook gives people an option to turn off the access to their email address ), in this case we will register the account without email address. But as a logged in user, people can set email addresses for themselves on their profile page.

    Thread Starter majito

    (@majito)

    ok now i understand,

    the password then will be the same as the same as the password in the they signed in?

    Plugin Support Laszlo

    (@laszloszalvak)

    @majito

    When the account is registered by Nextend Social Login, we will generate a random password for the account.

    After the registration we tell WordPress to send its default registration notifications and that should contain a password reset link, so new users could set their passwords.

    Of course if they miss it or you disabled those emails, then they could request a password reset email at any time via your password reset form.

    In that case if you meant the login with social login into an existing WordPress account ( e.g. you linked the social media account to an existing WordPress account manually or automatically by email address match ) then we won’t modify their username, name or password. That information is only stored when the registration is done by Nextend Social Login.

    Thread Starter majito

    (@majito)

    thank you for the information.. it helps a lot

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘random characters and numbers in the user names’ is closed to new replies.