Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Allow user to sign up without username? #515

Open
sleepless opened this issue Mar 3, 2015 · 0 comments
Open

Question: Allow user to sign up without username? #515

sleepless opened this issue Mar 3, 2015 · 0 comments

Comments

@sleepless
Copy link

I need a user to be able to sign up with only his e-mail address. The username is optional and can later be set in the user's profile. I managed to overwrite the validator so that's it's possible to sign up with e-mail only.

The issue I now have is that you can't sign up again with a different e-mail address if there already is an user whose username is null. I'm still getting the error that the credentials provided have already been used.

I do not post any username so the username is NULL. The problem is that confide is checking if there is already an user with username NULL. How can I avoid that without losing the functionality if I want a user to be able to login with username or e-mail later?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant