aboutsummaryrefslogtreecommitdiff
path: root/languages/en.php
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-01 15:49:55 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-01 15:49:55 +0000
commit9d7eed52f3e283d288b377a163ec479038bc2106 (patch)
treecc70c7c6e39946f081792cc86d06b90e10e32023 /languages/en.php
parente42a0edfbecd0a6d754366cc9d59aa2c80fcc140 (diff)
downloadelgg-9d7eed52f3e283d288b377a163ec479038bc2106.tar.gz
elgg-9d7eed52f3e283d288b377a163ec479038bc2106.tar.bz2
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
Diffstat (limited to 'languages/en.php')
-rw-r--r--languages/en.php19
1 files changed, 18 insertions, 1 deletions
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