yii-user-management icon indicating copy to clipboard operation
yii-user-management copied to clipboard

Problem with YumUser.php model setPassword function

Open haleychin opened this issue 11 years ago • 2 comments

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.

haleychin avatar May 23 '13 05:05 haleychin

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

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

madeadi avatar May 27 '13 05:05 madeadi

Same problem. User registration is not working.

gioppoluca avatar Jul 03 '13 07:07 gioppoluca