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

Disable username, register and login only with email and password #33

Open
schtirlizzz opened this issue Mar 21, 2013 · 1 comment
Open

Comments

@schtirlizzz
Copy link

Is there already such an option or what is a neat way to do this? There's no necessity to remove username completely, just disable it so it can be enabled later on.

Some steps I consider to be essential:

  1. Make field username in the users table NULL DEFAULT NULL.
  2. Remove username from the registration form and all associated validation.
  3. Change user model so it ignores username.
@bartzushka
Copy link

need the same functionality... Does anyone have any solutions?

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

2 participants