Open haleychin opened 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.
I also encounter this issue. This happens during creation of a new user.
I think it's because of the changes done here: 381ae7818b5730225457682e7f11074162204136
Same problem. User registration is not working.
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.