USERNAME_MAX_LENGTH

  1. drupal
    1. 5 modules/user/user.module
    2. 6 modules/user/user.module
    3. 7 modules/user/user.module
    4. 8 core/modules/user/user.module

Maximum length of username text field.

File

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

Code

define('USERNAME_MAX_LENGTH', 60)
Login or register to post comments