thyseus / yii-user-management

a user management module collection for the yii framework
185 stars 122 forks source link

Problem with YumUser.php model setPassword function #112

Open haleychin opened 11 years ago

haleychin commented 11 years ago

At line 208 for YumUser.php where //$this->save(false, array('password')); is called before the username is save which will cause username dont have default value sql exception.

madeadi commented 11 years ago

I also encounter this issue. This happens during creation of a new user.

I think it's because of the changes done here: 381ae7818b5730225457682e7f11074162204136

gioppoluca commented 11 years ago

Same problem. User registration is not working.