Bugfix: [ 1000205 ] Password Recovery Doesn't Work

This commit is contained in:
Len Kranendonk 2004-08-07 11:27:38 +00:00
parent 9751ed0410
commit 33339679ad
2 changed files with 3 additions and 1 deletions

View file

@ -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({});