mishamx / yii-user

Yii PHP Framework extension for registration and management users accounts.
http://yii-user.2mx.org/
186 stars 154 forks source link

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

Open schtirlizzz opened 11 years ago

schtirlizzz commented 11 years ago

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 commented 8 years ago

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