Closed davidnewcomb closed 9 years ago
Fixed: user/components/WebUser.php
public function updateSession()
{
-> if (!$this->id) -> return; $user = Yii::app()->getModule('user')->user($this->id);
Hi all! I solved in a different way.
Just added the following line:
Yii::app()->user->id = $find->id;
Before this line in RecoveryController.php:
$find->save();
After that, you are logged in. Is this a correct solution? Thanks!!
I also used @davidnewcomb's solution for a similar error when activating a new account.
Fixed 0176ce7
What steps will reproduce the problem?
Error (attached) is presented and page fails to load. Tried entering the activation link again and you get the message "Incorrect recovery link."
Password appears to have been changed.
Latest source from github at the time or reporting.