This commit is contained in:
Nicolas 2021-11-22 13:07:05 +01:00
parent 690466506e
commit 0388a12a4b

View File

@ -2264,7 +2264,7 @@ class User extends CommonObject
if (!$changelater) {
$url = $urlwithroot.'/';
if(!empty($conf->global->URL_REDIRECTION_AFTER_CHANGEPASSWORD))
if (!empty($conf->global->URL_REDIRECTION_AFTER_CHANGEPASSWORD))
$url = $conf->global->URL_REDIRECTION_AFTER_CHANGEPASSWORD;
$mesg .= $outputlangs->transnoentitiesnoconv("RequestToResetPasswordReceived").".\n";
$mesg .= $outputlangs->transnoentitiesnoconv("NewKeyIs")." :\n\n";