You are here

constant USERNAME_MAX_LENGTH in Drupal 7

Same name and namespace in other branches
  1. 8 core/modules/user/user.module \USERNAME_MAX_LENGTH
  2. 5 modules/user/user.module \USERNAME_MAX_LENGTH
  3. 6 modules/user/user.module \USERNAME_MAX_LENGTH

Maximum length of username text field.

6 uses of USERNAME_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_login in modules/user/user.module
Form builder; the main user login form.
user_login_block in modules/user/user.module
user_pass in modules/user/user.pages.inc
Form builder; Request a password reset.
user_validate_name in modules/user/user.module
Verify the syntax of the given name.

... See full list

File

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

Code

define('USERNAME_MAX_LENGTH', 60);