sarvan75 / yii-user-management

Automatically exported from code.google.com/p/yii-user-management
0 stars 0 forks source link

Remember where the user wanted to go and redirecting him there after login #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This can be done by simply using $returnUrl = 
Yii::app()->user->getState('__returnUrl', $this->module->returnUrl); before 
redirecting the user, I think it's a nice feature to have (perhaps optional).

Original issue reported on code.google.com by karoli...@gmail.com on 14 Jun 2010 at 6:06

GoogleCodeExporter commented 9 years ago
since this feature has been added im marking as fixed

Original comment by mither...@gmail.com on 15 Nov 2010 at 10:52