constant PasswordInterface::PASSWORD_MAX_LENGTH

Maximum password length.

File

core/lib/Drupal/Core/Password/PasswordInterface.php, line 13

Class

PasswordInterface
Secure password hashing functions for user authentication.

Namespace

Drupal\Core\Password

Code

const PASSWORD_MAX_LENGTH = 512;

© 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!lib!Drupal!Core!Password!PasswordInterface.php/constant/PasswordInterface::PASSWORD_MAX_LENGTH/8.1.x