Module: nagvis Branch: master Commit: 5f7cb4e12d97c1383ddd794c14d67700b10198de URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=5f7cb4e12d97c1383ddd794c14d67700b10198de
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', '*'); ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
