Module: nagvis Branch: master Commit: c7abe1f79add5db6c2765afb0c2206e76fe2f35f URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=c7abe1f79add5db6c2765afb0c2206e76fe2f35f
Author: Lars Michelsen <[email protected]> Date: Thu Oct 28 19:28:41 2010 +0200 Changed default username length limit to 30 --- share/server/core/defines/global.php | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/share/server/core/defines/global.php b/share/server/core/defines/global.php index 65d72f0..9f1ed31 100644 --- a/share/server/core/defines/global.php +++ b/share/server/core/defines/global.php @@ -106,9 +106,9 @@ define('GET_CHILDS', true); define('SET_KEYS', true); // Maximum length for usernames/passwords -define('AUTH_MAX_PASSWORD_LENGTH', 15); -define('AUTH_MAX_USERNAME_LENGTH', 15); -define('AUTH_MAX_ROLENAME_LENGTH', 15); +define('AUTH_MAX_PASSWORD_LENGTH', 30); +define('AUTH_MAX_USERNAME_LENGTH', 30); +define('AUTH_MAX_ROLENAME_LENGTH', 30); // Permission wildcard define('AUTH_PERMISSION_WILDCARD', '*'); ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
