diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index c5753c9b9..463761700 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,4 +1,5 @@ 7.4.7 + - fix: misspelled i18n in webgui password recovery - add type variable to Data Form record loop diff --git a/lib/WebGUI/Auth/WebGUI.pm b/lib/WebGUI/Auth/WebGUI.pm index 82645fb25..0303d1604 100644 --- a/lib/WebGUI/Auth/WebGUI.pm +++ b/lib/WebGUI/Auth/WebGUI.pm @@ -698,8 +698,6 @@ sub recoverPassword { my $type = $self->getPasswordRecoveryType; - #$self->session->errorHandler->warn("recovery type: $type"); - if ($type eq 'profile') { $self->profileRecoverPassword(@_); } diff --git a/lib/WebGUI/i18n/English/AuthWebGUI.pm b/lib/WebGUI/i18n/English/AuthWebGUI.pm index 0384bf772..9ab328c5c 100644 --- a/lib/WebGUI/i18n/English/AuthWebGUI.pm +++ b/lib/WebGUI/i18n/English/AuthWebGUI.pm @@ -578,17 +578,17 @@ our $I18N = { }, 'recover password email text1' => { - message => q|We have received your request the password for |, - lastUpdated => 177127324, + message => q|We have received your request to change the password for |, + lastUpdated => 1189780432, }, 'recover password email text2' => { - message => q|Pleae use the link below to visit the site and change your password|, - lastUpdated => 177127324, + message => q|Please use the link below to visit the site and change your password.|, + lastUpdated => 1189780432, }, 'recover password email text3' => { - message => q|If you did not request your password to be recovered, please contact the system administrator by replying to this message|, + message => q|If you did not request your password to be recovered, please contact the system administrator.|, lastUpdated => 177127324, },