no message
This commit is contained in:
parent
4109fb7e0e
commit
50204c82f1
4 changed files with 30 additions and 23 deletions
|
|
@ -294,8 +294,7 @@ sub recoverPassword {
|
|||
$vars->{'recover.message'} = $_[0] if ($_[0]);
|
||||
$vars->{'recover.form.email'} = WebGUI::Form::text({"name"=>"email"});
|
||||
$vars->{'recover.form.email.label'} = WebGUI::International::get(56);
|
||||
$self->SUPER::recoverPassword("recoverPasswordFinish",$vars);
|
||||
return WebGUI::Template::process(WebGUI::Template::get(1,'Auth/WebGUI/Recovery'), $vars);
|
||||
return $self->SUPER::recoverPassword("recoverPasswordFinish",$vars);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue