Forward port fix for no email address during username/email address password recovery.
This commit is contained in:
parent
7addce2dd6
commit
da10f64d29
3 changed files with 14 additions and 3 deletions
|
|
@ -724,6 +724,13 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
context => q{Error message when a user tries to recover password for a disabled account},
|
||||
},
|
||||
|
||||
'no email address' => {
|
||||
message => q{There is no email address registered for this account. Password recovery via email is not possible.},
|
||||
lastUpdated => 1229391388,
|
||||
context => q{Error message when a user tries to recover password and they don't have an email address},
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue