EMAIL_MAX_LENGTH

Maximum length of user e-mail text field.

3 uses of EMAIL_MAX_LENGTH
user_account_form in modules/user/user.module
Helper function to add default user account fields to user registration and edit form.
user_pass in modules/user/user.pages.inc
Form builder; Request a password reset.
_install_configure_form in includes/install.core.inc
Form constructor for a site configuration form.

File

modules/user/user.module, line 16

Code

define('EMAIL_MAX_LENGTH', 254);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.