amnah / yii2-user

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

Set username conditionally based on $useUsername module setting #131

Closed cicsolutions closed 8 years ago

cicsolutions commented 8 years ago

This commit intends to address a situation where the module config settings are set to not use the Username field (i.e. ‘useUsername’ => false) and a user is trying to use the login/register via email feature.

cicsolutions commented 8 years ago

Ahh ... I see you just committed a fix. No need for this pull request :)