aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-10-10 20:51:19 -0400
committercash <cash.costello@gmail.com>2011-10-10 20:51:19 -0400
commit9ae3735028806f886fe0a062b4993f4664f6e216 (patch)
tree3fd2f7077749616d7b8903dcbd38b0b15693489f /languages
parentff75f99e734b6b99da77ba946e953f08a6e81a5b (diff)
downloadelgg-9ae3735028806f886fe0a062b4993f4664f6e216.tar.gz
elgg-9ae3735028806f886fe0a062b4993f4664f6e216.tar.bz2
Fixes #3952 handling exceptions when password checks fail when changing password
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php
index 3271967ed..5aecf559e 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -225,6 +225,7 @@ $english = array(
'LoginException:UsernameFailure' => 'We could not log you in. Please check your username and password.',
'LoginException:PasswordFailure' => 'We could not log you in. Please check your username and password.',
'LoginException:AccountLocked' => 'Your account has been locked for too many log in failures.',
+ 'LoginException:ChangePasswordFailure' => 'Failed current password check.',
'memcache:notinstalled' => 'PHP memcache module not installed, you must install php5-memcache',
'memcache:noservers' => 'No memcache servers defined, please populate the $CONFIG->memcache_servers variable',