convertTokenView overriding existing User details #168
Closed
DevilsAutumn
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @DevilsAutumn, This is the default behaviour of python-social-oauth. Your user name and family name will become the user name of the Google or Github account. If a name and user already exists, social-oauth will append a random number to it. I believe you can customise your code to not accept the changes to your username. But as far as the framework goes, it changes it automatically. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi i'm trying to implement social authentication using google and github and i have an existing user model which has first and last name fields in it.
I want that noneof my social accounts should override my existing user details, what is the best way to do so?
Thankyou for the help!
Beta Was this translation helpful? Give feedback.
All reactions