You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Make field username in the users table NULL DEFAULT NULL.
Remove username from the registration form and all associated validation.
Change user model so it ignores username.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: