mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:18 +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);
|
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";
|
$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(
|
Egw::redirect_link('/index.php', array(
|
||||||
'menuaction' => 'preferences.uipassword.change',
|
'menuaction' => 'preferences.preferences_password.change',
|
||||||
'message' => $message . $unsave_msg,
|
'message' => $message . $unsave_msg,
|
||||||
'cd' => 'yes',
|
'cd' => 'yes',
|
||||||
));
|
));
|
||||||
|
Loading…
Reference in New Issue
Block a user