diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-15 02:43:54 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-15 02:43:54 +0000 |
commit | 481a5ecfe6b17836d47b8c89eabf346f941bbc3b (patch) | |
tree | 8ac3ce6d4ef99b0365b715f311362987eee2d783 /mod/uservalidationbyemail/languages | |
parent | f912c8e793ba1140dab7507c21afc3d917d815d7 (diff) | |
download | elgg-481a5ecfe6b17836d47b8c89eabf346f941bbc3b.tar.gz elgg-481a5ecfe6b17836d47b8c89eabf346f941bbc3b.tar.bz2 |
Fixes #1417 Users get notified when their accounts are not validated for any authentication attempt
git-svn-id: http://code.elgg.org/elgg/trunk@7319 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/uservalidationbyemail/languages')
-rw-r--r-- | mod/uservalidationbyemail/languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/uservalidationbyemail/languages/en.php b/mod/uservalidationbyemail/languages/en.php index 31dec24a3..f01dba269 100644 --- a/mod/uservalidationbyemail/languages/en.php +++ b/mod/uservalidationbyemail/languages/en.php @@ -25,6 +25,7 @@ If you can't click on the link, copy and paste it to your browser manually. 'email:confirm:fail' => "Your email address could not be verified...", 'uservalidationbyemail:registerok' => "To activate your account, please confirm your email address by clicking on the link we just sent you.", + 'uservalidationbyemail:login:fail' => "Your account is not validated so the log in attempt failed. Another validation email has been sent.", 'uservalidationbyemail:admin:no_unvalidated_users' => 'No unvalidated users.', |