constant EMAIL_MAX_LENGTH

Maximum length of user e-mail text field.

2 uses of EMAIL_MAX_LENGTH

File

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

Code

const EMAIL_MAX_LENGTH = 254;