aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-02-05 20:05:35 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-02-05 20:05:35 +0000
commit1481f9f5608492ba19426ee784b946494e2524db (patch)
tree116bef46ca34a2eb2559d8e6dfc9451faf4151e6 /languages
parentc6692128b257f4021e05cfda9a212e514b07add4 (diff)
downloadelgg-1481f9f5608492ba19426ee784b946494e2524db.tar.gz
elgg-1481f9f5608492ba19426ee784b946494e2524db.tar.bz2
Fixes #1483: Reset password emails forward to a confirmation page handler instead of directly to an action.
git-svn-id: http://code.elgg.org/elgg/trunk@3907 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php
index 39f7e8d43..63c3e33fc 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -422,6 +422,8 @@ To remove a widget drag it back to the <b>Widget gallery</b>.",
'user:password:fail' => "Could not change your password on the system.",
'user:password:fail:notsame' => "The two passwords are not the same!",
'user:password:fail:tooshort' => "Password is too short!",
+ 'user:resetpassword:unknown_user' => 'Invalid user.',
+ 'user:resetpassword:reset_password_confirm' => 'Resetting your password will email a new password to your registered email address.',
'user:set:language' => "Language settings",
'user:language:label' => "Your language",