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

1
const PASSWORD_MAX_LENGTH = 512;
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.