You are here

constant PasswordInterface::PASSWORD_MAX_LENGTH in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Password/PasswordInterface.php \Drupal\Core\Password\PasswordInterface::PASSWORD_MAX_LENGTH

Maximum password length.

File

core/lib/Drupal/Core/Password/PasswordInterface.php, line 18
Contains \Drupal\Core\Password\PasswordInterface.

Class

PasswordInterface
Secure password hashing functions for user authentication.

Namespace

Drupal\Core\Password

Code

const PASSWORD_MAX_LENGTH = 512;