USERNAME_MAX_LENGTH

Definition

user/user.module

Code

<?php
define('USERNAME_MAX_LENGTH', 60);
?>