amnah / yii2-user

Yii2 user authentication module
MIT License
253 stars 104 forks source link

Missing username on the registration page #101

Closed DuskoV closed 9 years ago

DuskoV commented 9 years ago

Registration page doesn't have username box. How is username feature defined (user can't choose username at the time of registration)?

amnah commented 9 years ago

This isn't a bug - I decided on this for several reasons:

1) Less fields on registration = faster + easier to register 2) Many sites use email as the username 3) You'll probably extend/override the view files anyway

But the quick way to do this is to simply enable the $requireUsername property