Maximum length of username text field.
Keep this under 191 characters so we can use a unique constraint in MySQL.
const USERNAME_MAX_LENGTH = 60;
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!modules!user!user.module/constant/USERNAME_MAX_LENGTH/8.1.x