constant USERNAME_MAX_LENGTH

Maximum length of username text field.

6 uses of USERNAME_MAX_LENGTH

File

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

Code

define('USERNAME_MAX_LENGTH', 60);