mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
forgotten password: MDL-19441 Oops, I changed a language string by mistake. Undoing.
This commit is contained in:
parent
f43cdceb75
commit
95e88597ea
@ -1224,7 +1224,8 @@ $string['passwordchanged'] = 'Password has been changed';
|
||||
$string['passwordconfirmchange'] = 'Confirm password change';
|
||||
$string['passwordextlink'] = 'The following link has been provided to recover your lost password. This will take you out of Moodle.';
|
||||
$string['passwordforgotten'] = 'Forgotten password';
|
||||
$string['passwordforgotteninstructions'] = 'To reset your password, submit your username or your email address below. If we can find you in the database, an email will be sent to your email address, with instructions how to get access again.';
|
||||
$string['passwordforgotteninstructions'] = 'Your details must first be found in the user database. Please enter <strong>either</strong> your username or your registered email address in the appropriate box. There is no need to enter both.';
|
||||
$string['passwordforgotteninstructions2'] = 'To reset your password, submit your username or your email address below. If we can find you in the database, an email will be sent to your email address, with instructions how to get access again.';
|
||||
$string['passwordnohelp'] = 'No help is available to find your lost password. Please contact your Moodle administrator.';
|
||||
$string['passwordrecovery'] = 'Yes, help me log in';
|
||||
$string['passwordsdiffer'] = 'These passwords do not match';
|
||||
|
@ -156,7 +156,7 @@ $PAGE->set_heading($strforgotten);
|
||||
$PAGE->set_focuscontrol('id_email');
|
||||
|
||||
echo $OUTPUT->header();
|
||||
echo $OUTPUT->box(get_string('passwordforgotteninstructions'), 'generalbox boxwidthnormal boxaligncenter');
|
||||
echo $OUTPUT->box(get_string('passwordforgotteninstructions2'), 'generalbox boxwidthnormal boxaligncenter');
|
||||
$mform->display();
|
||||
|
||||
echo $OUTPUT->footer();
|
||||
|
Loading…
x
Reference in New Issue
Block a user