communityii / yii2-user

Configurable Yii 2 user management module with social authentication and various controls
https://groups.google.com/d/forum/communityii
Other
50 stars 9 forks source link

error in AccountController #57

Closed PietDeVries closed 8 years ago

PietDeVries commented 8 years ago

in actionPassword the return statement after successful post has the last parameter in a wrong position. It should be return $this->eventRedirect($event, $this->fetchUrl(Module::ACTION_PROFILE_INDEX), false);