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;
Maximum password length.
Drupal\Core\Password
const PASSWORD_MAX_LENGTH = 512;
Please login to continue.