fix old classname uipassword --> preferences_password

This commit is contained in:
Ralf Becker 2021-11-11 07:52:07 +01:00
parent 52a2d4e9bb
commit 587c9a1480
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ else
error_log('login::'.__LINE__.' User '. $login. ' authenticated with an unsave password'.' '.$unsave_msg);
$message = lang('eGroupWare checked your password for safetyness. You have to change your password for the following reason:')."\n";
Egw::redirect_link('/index.php', array(
'menuaction' => 'preferences.uipassword.change',
'menuaction' => 'preferences.preferences_password.change',
'message' => $message . $unsave_msg,
'cd' => 'yes',
));