constant EMAIL_MAX_LENGTH

Maximum length of user e-mail text field.

2 uses of EMAIL_MAX_LENGTH
system_element_info in drupal/core/modules/system/system.module
Implements hook_element_info().
user_pass in drupal/core/modules/user/user.pages.inc
Form builder; Request a password reset.

File

drupal/core/modules/user/user.module, line 22
Enables the user registration and login system.

Code

const EMAIL_MAX_LENGTH = 254;