mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
fix old classname uipassword --> preferences_password
This commit is contained in:
parent
a84c9cd92a
commit
d0f34b3c1c
@ -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',
|
||||
));
|
||||
|
Loading…
Reference in New Issue
Block a user