From 9d7eed52f3e283d288b377a163ec479038bc2106 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 1 Aug 2008 15:49:55 +0000 Subject: Refs #191: Actions for resetting passwords, but no front end as yet. To request a password reset access http://..../actions/user/requestnewpassword/?username=username git-svn-id: https://code.elgg.org/elgg/trunk@1656 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'languages/en.php') diff --git a/languages/en.php b/languages/en.php index 47a9c30ce..e1f491a21 100644 --- a/languages/en.php +++ b/languages/en.php @@ -300,7 +300,12 @@ 'user:set:language' => "Language settings", 'user:language:label' => "Your language", 'user:language:success' => "Your language settings have been updated.", - 'user:language:fail' => "Your language settings could not be saved.", + 'user:language:fail' => "Your language settings could not be saved.", + + 'user:username:notfound' => 'Username %s not found.', + + 'user:password:resetreq:success' => 'Successfully requested a new password, email sent', + 'user:password:resetreq:fail' => 'Could not request a new password.', /** * Administration @@ -568,6 +573,18 @@ Congratulations, you have successfully validated your email address.", 'email:resetpassword:body' => "Hi %s, Your password has been reset to: %s", + + + 'email:resetreq:subject' => "Request for new password.", + 'email:resetreq:body' => "Hi %s, + +Somebody (from the IP address %s) has requested a new password for their account. + +If you requested this click on the link below, otherwise ignore this email. + +%s +", + /** * XML-RPC -- cgit v1.2.3