Switch to profile-based password recovery.

This commit is contained in:
Drake 2006-12-06 11:57:36 +00:00
parent de1b160c2b
commit 631d8cb0e6
9 changed files with 250 additions and 54 deletions

View file

@ -483,6 +483,21 @@ our $I18N = {
lastUpdated => 1128919828,
},
'require username for password recovery' => {
message => q|Require Username for Password Recovery?|,
lastUpdated => 1165402566,
},
'password recovery no results' => {
message => q|No users were found matching that profile data. Please try again.|,
lastUpdated => 1165402566,
},
'password recovery multiple results' => {
message => q|Sorry, password recovery cannot be performed for this account. Please contact an administrator.|,
lastUpdated => 1165402566,
},
};
1;