fixed: Password recovery no longer allows disabled users to recover or log in
This commit is contained in:
parent
70e50ca329
commit
f87e32452a
4 changed files with 61 additions and 49 deletions
|
|
@ -639,6 +639,11 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'password recovery disabled' => {
|
||||
message => q{Your account has been disabled. You cannot recover your password until it is activated.},
|
||||
lastUpdated => 0,
|
||||
context => q{Error message when a user tries to recover password for a disabled account},
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue