constant EMAIL_MAX_LENGTH in Drupal 7
Same name and namespace in other branches
- 5 modules/user/user.module \EMAIL_MAX_LENGTH
- 6 modules/user/user.module \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 - Enables the user registration and login system.
Code
define('EMAIL_MAX_LENGTH', 254);