diff options
Diffstat (limited to 'modules/user/user.module')
-rw-r--r-- | modules/user/user.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index 66bdf17fe..f56bbe29b 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -14,7 +14,7 @@ define('USERNAME_MAX_LENGTH', 60); /** * Maximum length of user e-mail text field. */ -define('EMAIL_MAX_LENGTH', 64); +define('EMAIL_MAX_LENGTH', 254); /** * Implement hook_help(). |