mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/11327] Continue with implementation of password reset functionality
PHPBB3-11327
This commit is contained in:
@@ -402,6 +402,7 @@ $lang = array_merge($lang, array(
|
||||
'NO_OLDER_PM' => 'No older messages.',
|
||||
'NO_PASSWORD_SUPPLIED' => 'You cannot login without a password.',
|
||||
'NO_RECIPIENT' => 'No recipient defined.',
|
||||
'NO_RESET_TOKEN' => 'You did not provide a password reset token.',
|
||||
'NO_RULES_DEFINED' => 'No rules defined.',
|
||||
'NO_SAVED_DRAFTS' => 'No drafts saved.',
|
||||
'NO_TO_RECIPIENT' => 'None',
|
||||
@@ -463,6 +464,7 @@ $lang = array_merge($lang, array(
|
||||
'REPLIED_MESSAGE' => 'Replied to message',
|
||||
'REPLY_TO_ALL' => 'Reply to sender and all recipients.',
|
||||
'REPORT_PM' => 'Report private message',
|
||||
'RESET_TOKEN_EXPIRED_OR_INVALID' => 'The password reset token you supplied is invalid or has expired.',
|
||||
'RESIGN_SELECTED' => 'Resign selected',
|
||||
'RETURN_FOLDER' => '%1$sReturn to previous folder%2$s',
|
||||
'RETURN_UCP' => '%sReturn to the User Control Panel%s',
|
||||
|
Reference in New Issue
Block a user