constant USERNAME_MAX_LENGTH

  1. 7.x drupal-7.x/modules/user/user.module USERNAME_MAX_LENGTH
  2. 6.x drupal-6.x/modules/user/user.module USERNAME_MAX_LENGTH

Maximum length of username text field.

7 uses of USERNAME_MAX_LENGTH
UserValidationTestCase::testUsernames in drupal-7.x/modules/user/user.test
user_account_form in drupal-7.x/modules/user/user.module
Helper function to add default user account fields to user registration and edit form.
user_login in drupal-7.x/modules/user/user.module
Form builder; the main user login form.
user_login_block in drupal-7.x/modules/user/user.module
user_pass in drupal-7.x/modules/user/user.pages.inc
Form builder; Request a password reset.

... See full list

File

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

Code

define('USERNAME_MAX_LENGTH', 60)