recover password uses login menu
This commit is contained in:
parent
9346d50102
commit
7a333e3175
|
@ -440,4 +440,18 @@ class RecoverpasswordAction extends Action
|
|||
$this->success = true;
|
||||
$this->showPage();
|
||||
}
|
||||
|
||||
/**
|
||||
* A local menu
|
||||
*
|
||||
* Shows different login/register actions.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
||||
function showLocalNav()
|
||||
{
|
||||
$nav = new LoginGroupNav($this);
|
||||
$nav->show();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user