From e5dd455c337385609cf1ede94a4f6262b3124f5e Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 3 Feb 2009 09:54:19 +0000 Subject: Users are now notified when an account has been created for them on a site. git-svn-id: https://code.elgg.org/elgg/trunk@2630 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'languages') diff --git a/languages/en.php b/languages/en.php index ddf3c443d..4163b9d4c 100644 --- a/languages/en.php +++ b/languages/en.php @@ -649,7 +649,26 @@ To remove a widget drag it back to the Widget gallery.", 'deleteconfirm' => "Are you sure you want to delete this item?", 'fileexists' => "A file has already been uploaded. To replace it, select it below:", - + + /** + * User add + */ + + 'useradd:subject' => 'User account created', + 'useradd:body' => ' +%s, + +A user account has been created for you at %s. To log in, visit: + + %s + +And log in with these user credentials: + + Username: %s + Password: %s + +Once you have logged in, we highly recommend that you change your password. +', /** * System messages -- cgit v1.2.3