EMAIL_MAX_LENGTH

Definition

modules/user/user.module

Description

Maximum length of user e-mail text field.

Code

<?php
define('EMAIL_MAX_LENGTH', 64);
?>
 
 

Drupal is a registered trademark of Dries Buytaert.