diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2008-10-06 14:04:33 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-10-06 14:04:33 +0000 |
| commit | d8bb3042105d930559801557163b6420aa164e16 (patch) | |
| tree | a1096628bb2ead1a34be0af15f013e8d309cd311 /phpBB/language/en/ucp.php | |
| parent | b4d2641a595dcd25b52118793031e78f0e3b7da7 (diff) | |
| download | forums-d8bb3042105d930559801557163b6420aa164e16.tar forums-d8bb3042105d930559801557163b6420aa164e16.tar.gz forums-d8bb3042105d930559801557163b6420aa164e16.tar.bz2 forums-d8bb3042105d930559801557163b6420aa164e16.tar.xz forums-d8bb3042105d930559801557163b6420aa164e16.zip | |
Do not allow password reminders if u_passchg permission is not given. (Bug #14806)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8977 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/ucp.php')
| -rw-r--r-- | phpBB/language/en/ucp.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 79026af56f..3cf8d8cce3 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -288,6 +288,7 @@ $lang = array_merge($lang, array( 'NO_AUTH_EDIT_MESSAGE' => 'You are not authorised to edit private messages.', 'NO_AUTH_FORWARD_MESSAGE' => 'You are not authorised to forward private messages.', 'NO_AUTH_GROUP_MESSAGE' => 'You are not authorised to send private messages to groups.', + 'NO_AUTH_PASSWORD_REMINDER' => 'You are not authorised to request a new password.', 'NO_AUTH_READ_HOLD_MESSAGE' => 'You are not authorised to read private messages that are on hold.', 'NO_AUTH_READ_MESSAGE' => 'You are not authorised to read private messages.', 'NO_AUTH_READ_REMOVED_MESSAGE' => 'You are not able to read this message because it was removed by the author.', |
