1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-28 16:50:07 +02:00

Bugtracker #5174 - more helpful message, block duplicate emails

This commit is contained in:
e107steved
2011-04-12 21:11:16 +00:00
parent 349d7ce640
commit c79f22efd1
2 changed files with 14 additions and 3 deletions

View File

@@ -142,6 +142,8 @@ define("LAN_SIGNUP_100", "Admin Approval Pending");
define('LAN_SIGNUP_101', 'Update of records failed - please contact the site administrator');
//define('LAN_SIGNUP_102', 'Signup refused');
define('LAN_SIGNUP_103', 'Too many users already using IP address: ');
define('LAN_SIGNUP_105', 'Unable to action your request - please contact the site administrator'); // Two people with same password.
define('LAN_SIGNUP_106', 'Unable to action your request - do you already have an account here?'); // Trying to set email same as existing
define("LAN_LOGINNAME", "Username");