diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2013-01-26 01:01:57 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2013-04-25 20:39:50 +0530 |
commit | c6e9bd13a75441e9b35a1bfa5d2a08cc38ff1fa5 (patch) | |
tree | b4280d2b1befa5396deff44237be967e6a455c84 /phpBB/language/en/ucp.php | |
parent | 5de14b940e71941853d3bb279779631ae75b9b6f (diff) | |
download | forums-c6e9bd13a75441e9b35a1bfa5d2a08cc38ff1fa5.tar forums-c6e9bd13a75441e9b35a1bfa5d2a08cc38ff1fa5.tar.gz forums-c6e9bd13a75441e9b35a1bfa5d2a08cc38ff1fa5.tar.bz2 forums-c6e9bd13a75441e9b35a1bfa5d2a08cc38ff1fa5.tar.xz forums-c6e9bd13a75441e9b35a1bfa5d2a08cc38ff1fa5.zip |
[ticket/10325] trigger error if forgot password option disabled
PHPBB3-10325
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 3e090a8aec..a98dc6f11e 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -521,6 +521,7 @@ $lang = array_merge($lang, array( 'UCP_USERGROUPS_MEMBER' => 'Edit memberships', 'UCP_USERGROUPS_MANAGE' => 'Manage groups', + 'UCP_FORGOT_PASSWORD_DISABLE' => 'Function has been disabled.', 'UCP_REGISTER_DISABLE' => 'Creating a new account is currently not possible.', 'UCP_REMIND' => 'Send password', 'UCP_RESEND' => 'Send activation email', |