diff options
Diffstat (limited to 'modules/user/user.module')
-rw-r--r-- | modules/user/user.module | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index 238fd9c23..18f3dbe01 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -6,7 +6,14 @@ * Enables the user registration and login system. */ +/** + * Maximum length of username text field. + */ define('USERNAME_MAX_LENGTH', 60); + +/** + * Maximum length of user e-mail text field. + */ define('EMAIL_MAX_LENGTH', 64); /** |