From 1481f9f5608492ba19426ee784b946494e2524db Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 5 Feb 2010 20:05:35 +0000 Subject: 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 --- languages/en.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'languages/en.php') 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 Widget gallery.", '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", -- cgit v1.2.3