Bugfix: [ 1000205 ] Password Recovery Doesn't Work
This commit is contained in:
parent
9751ed0410
commit
33339679ad
2 changed files with 3 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ sub new {
|
|||
sub recoverPassword {
|
||||
my $self = shift;
|
||||
return $self->displayLogin if($self->userId != 1);
|
||||
my $template = 'AuthWebGUI/Recovery';
|
||||
my $template = 'Auth/WebGUI/Recovery';
|
||||
my $vars;
|
||||
$vars->{title} = WebGUI::International::get(71);
|
||||
$vars->{'recover.form.header'} = "\n\n".WebGUI::Form::formHeader({});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue