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

Impose minimum length on display name

This commit is contained in:
e107steved
2006-12-30 22:39:43 +00:00
parent 70f1f33684
commit 02576e0037
4 changed files with 26 additions and 10 deletions

View File

@@ -4,8 +4,8 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_signup.php,v $
| $Revision: 1.2 $
| $Date: 2006-12-27 22:26:47 $
| $Revision: 1.3 $
| $Date: 2006-12-30 22:39:43 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@@ -115,6 +115,7 @@ define("LAN_SIGNUP_52", "Incorrect Password");
define("LAN_SIGNUP_53", "field failed validation test");
define("LAN_SIGNUP_54", "Click here to fill in your details to register");
define("LAN_SIGNUP_55", "That display name is too long. Please choose another");
define("LAN_SIGNUP_56", "That display name is too short. Please choose another");