Coders-HQ/CodersHQ

Setting account username to the social account name

Opened this issue ยท 2 comments

๐Ÿ† Task Description: Link setting account username to the social account name
๐Ÿ‘จโ€๐Ÿš€ Skills Needed: Django


automatically setting the social account name to the username of the CodersHQ account could result in the following issue:

userA registers through CodersHQ with username:xyz without linking a social account.
userB with GitHub username:xyz will not be able to login with GitHub as the username was taken by userA.

A possible solution could be:

After the user registers using their social network account, they get a form to finish setting up their accounts.

Something like this:

chrome_sltCdkDDxd

Or this:

chrome_jhBg4EWhvt

any changes needed here @Musab0 ?