added hint to save account when new password was set
This commit is contained in:
parent
d666757245
commit
3a7b94f070
|
@ -1034,7 +1034,7 @@ class accountContainer {
|
|||
}
|
||||
}
|
||||
if ($pwdErrors == 0) {
|
||||
$result[] = array('INFO', 'New password set successfully.');
|
||||
$result[] = array('INFO', _('New password set successfully.'), _('The new password will be stored in the directory after you save this account.'));
|
||||
$result = array_merge($result, $pwdMessages);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue