Let user set username when facebook login – UserPro Forums https://forum.userproplugin.com/forums/topic/let-user-set-username-when-facebook-login/feed/ Sat, 18 May 2024 04:34:20 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/let-user-set-username-when-facebook-login/#post-37342 <![CDATA[Let user set username when facebook login]]> https://forum.userproplugin.com/forums/topic/let-user-set-username-when-facebook-login/#post-37342 Thu, 15 May 2014 10:11:21 +0000 Zoker Hi there,

It would be much better, to show the user a form where he can select his username instead of takin his facebook email as username, thats not nice.

Thank you
Zoker

]]>
https://forum.userproplugin.com/forums/topic/let-user-set-username-when-facebook-login/#post-37364 <![CDATA[Reply To: Let user set username when facebook login]]> https://forum.userproplugin.com/forums/topic/let-user-set-username-when-facebook-login/#post-37364 Thu, 15 May 2014 12:18:29 +0000 admin The email is not taken as username.
The username is his fb username (e.g. 3abqarinoo / or another shortname ) that’s his username. see ajax.php find: $user_id = $userpro->new_user( $username, $user_pass, $email, $_POST, $type=’facebook’ );

you can change the username if you want to strip email. $email and $username are different but in some cases they are same for some fb profiles, and not all of them.

]]>
https://forum.userproplugin.com/forums/topic/let-user-set-username-when-facebook-login/#post-37426 <![CDATA[Reply To: Let user set username when facebook login]]> https://forum.userproplugin.com/forums/topic/let-user-set-username-when-facebook-login/#post-37426 Thu, 15 May 2014 15:47:49 +0000 Zoker Hmm but is there any way to let the user decide the user name?

So user email and avatar are taken from facebook and then he will be redirected to a page, where he can set his username.

Do I have to just delete the $email parameter, if I want to avoid, that the email is set as username?

]]>
https://forum.userproplugin.com/forums/topic/let-user-set-username-when-facebook-login/#post-37521 <![CDATA[Reply To: Let user set username when facebook login]]> https://forum.userproplugin.com/forums/topic/let-user-set-username-when-facebook-login/#post-37521 Fri, 16 May 2014 11:34:08 +0000 admin I am working on two-step registration for social accounts, It will be available in the near future. 🙂

]]>
https://forum.userproplugin.com/forums/topic/let-user-set-username-when-facebook-login/#post-37535 <![CDATA[Reply To: Let user set username when facebook login]]> https://forum.userproplugin.com/forums/topic/let-user-set-username-when-facebook-login/#post-37535 Fri, 16 May 2014 11:58:29 +0000 Zoker Thats great 😀

]]>
https://forum.userproplugin.com/forums/topic/let-user-set-username-when-facebook-login/#post-37560 <![CDATA[Reply To: Let user set username when facebook login]]> https://forum.userproplugin.com/forums/topic/let-user-set-username-when-facebook-login/#post-37560 Fri, 16 May 2014 12:48:14 +0000 admin Thank you

]]>
https://forum.userproplugin.com/forums/topic/let-user-set-username-when-facebook-login/#post-42556 <![CDATA[Reply To: Let user set username when facebook login]]> https://forum.userproplugin.com/forums/topic/let-user-set-username-when-facebook-login/#post-42556 Mon, 15 Sep 2014 23:03:59 +0000 Tosiu Marian How I can do if I want to generate username from name? Ex: Mario Rossi in mariorossi

]]>
https://forum.userproplugin.com/forums/topic/let-user-set-username-when-facebook-login/#post-42567 <![CDATA[Reply To: Let user set username when facebook login]]> https://forum.userproplugin.com/forums/topic/let-user-set-username-when-facebook-login/#post-42567 Tue, 16 Sep 2014 04:27:13 +0000 keith any updates on this would be great. I’d like further details on how to use the FB username to create the user pro username instead of email. Thanks

]]>
https://forum.userproplugin.com/forums/topic/let-user-set-username-when-facebook-login/#post-42593 <![CDATA[Reply To: Let user set username when facebook login]]> https://forum.userproplugin.com/forums/topic/let-user-set-username-when-facebook-login/#post-42593 Tue, 16 Sep 2014 10:47:12 +0000 UserPro Support Team @Tosiu Marian @keith ,
Yes it is possible to generate username from name.As Userpro does have such a feature it would be counted as customization as the changes to be made in the code are many.

]]>
https://forum.userproplugin.com/forums/topic/let-user-set-username-when-facebook-login/#post-45868 <![CDATA[Reply To: Let user set username when facebook login]]> https://forum.userproplugin.com/forums/topic/let-user-set-username-when-facebook-login/#post-45868 Tue, 03 Feb 2015 11:09:17 +0000 Henno Two-step registration for social accounts?

I really need the possibility to redirect users to af form where they can enter extra mandatory fields, like phone number, address and so on.

You said this was on the way in may 2014. Is the project dead? Without this we cant use the social connect.

To solve the problem I just need a redirect to a Edit profile page wfich users cant leave before they have typed in the mandatory fields. Of cause the redirect should only take effect when register and not login.

But it could be nice if it was possible to force the user to edit user and type in mandatory fields, if you later have change in which information you need from the user. But the redirect after register are the most important

]]>