changed password update message
This commit is contained in:
parent
c0f164dcc7
commit
bb333e477b
|
@ -1090,7 +1090,7 @@ class accountContainer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($pwdErrors == 0) {
|
if ($pwdErrors == 0) {
|
||||||
$result[] = array('INFO', _('New password set successfully.'), _('The new password will be stored in the directory after you save this account.'));
|
$result[] = array('INFO', _('The new password will be stored in the directory after you save this account.'));
|
||||||
$result = array_merge($result, $pwdMessages);
|
$result = array_merge($result, $pwdMessages);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue