Switch to profile-based password recovery.
This commit is contained in:
parent
de1b160c2b
commit
631d8cb0e6
9 changed files with 250 additions and 54 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -351,6 +351,16 @@ new categories of profile settings.
|
|||
message => "Show an entry for this field at the registration screen for newly-registering users. The field will not actually be required unless Required is also set.",
|
||||
lastUpdated => 1164237018
|
||||
},
|
||||
|
||||
'requiredForPasswordRecovery label' => {
|
||||
message => "Required for password recovery?",
|
||||
lastUpdated => 1165401097
|
||||
},
|
||||
|
||||
'requiredForPasswordRecovery hoverHelp' => {
|
||||
message => "Require users to enter this field for password recovery. Only users that enter all such fields correctly and uniquely to them will be able to perform password recovery.",
|
||||
lastUpdated => 1165401097
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue