1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 02:42:40 +02:00

login-related logging etc

This commit is contained in:
e107steved
2008-01-01 21:26:23 +00:00
parent 8f9f596b02
commit fd22dbfb81
5 changed files with 74 additions and 59 deletions

View File

@@ -1,6 +1,6 @@
<?php
// e107 Language File.
// $Id: lan_log_messages.php,v 1.6 2008-01-01 18:18:12 e107steved Exp $
// $Id: lan_log_messages.php,v 1.7 2008-01-01 21:26:23 e107steved Exp $
/*
The definitions in this file are for standard 'explanatory' messages which might be entered
@@ -91,7 +91,7 @@ define('LAN_ROLL_LOG_04','Invalid username entered');
define('LAN_ROLL_LOG_05','Login attempt by user not fully signed up');
define('LAN_ROLL_LOG_06','Login blocked by event trigger handler');
define('LAN_ROLL_LOG_07','Multiple logins from same address');
define('LAN_ROLL_LOG_08','');
define('LAN_ROLL_LOG_08','Excessive username length');
define('LAN_ROLL_LOG_09','');
define('LAN_ROLL_LOG_10','');

View File

@@ -4,16 +4,11 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_login.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:34:39 $
| $Author: mcfly_e107 $
| $Revision: 1.2 $
| $Date: 2008-01-01 21:26:23 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
define("LAN_27", "You left required field(s) blank");
define("LAN_300", "Incorrect login. The entered data doesn't match to a registered user. Check if you have the CAPS-LOCK key activated as logins on this site are case sensitive");
define("LAN_302", "You have not activated your account. You should have received an email with instructions on how to confirm your account. If not, please click <a href='".e_BASE."signup.php?resend'>here</a>.");
define("LAN_303", "Incorrect code entered.");
define("LAN_304", "That username/password combination is already in use.");
define("LAN_LOGIN_1", "User name");
define("LAN_LOGIN_2", "User password");
define("LAN_LOGIN_3", "Protected server");
@@ -27,12 +22,16 @@ define("LAN_LOGIN_10", "Click to login");
define("LAN_LOGIN_11", "Register as a New User");
define("LAN_LOGIN_12", "Forgot Password");
define("LAN_LOGIN_13", "Please enter text in image");
define("LAN_LOGIN_14", "User attempted to login with unrecognised user name");
define("LAN_LOGIN_15", "User attempted to login with incorrect password");
define("LAN_LOGIN_16", "User attempted to login with username/password combination that was already in use");
define("LAN_LOGIN_17", "User password (hashed)");
define("LAN_LOGIN_18", "Auto-ban: More than 10 failed login attempts");
define("LAN_LOGIN_19", "> 10 failed login attempts");
define("LAN_LOGIN_20", "You left required field(s) blank");
define("LAN_LOGIN_21", "Incorrect login. The entered data doesn't match to a registered user. Check if you have the CAPS-LOCK key activated as logins on this site are case sensitive");
define("LAN_LOGIN_22", "You have not activated your account. You should have received an email with instructions on how to confirm your account. If not, please click <a href='".e_BASE."signup.php?resend'>here</a>.");
define("LAN_LOGIN_23", "Incorrect code entered.");
define("LAN_LOGIN_24", "That username/password combination is already in use.");
?>