Tag

validate_password

0 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Aug 14, 2023 · Databases

Using MySQL 8.0.34 validate_password.changed_characters_percentage to Enforce Password Change Requirements

MySQL 8.0.34 adds the validate_password.changed_characters_percentage variable, allowing administrators to require a minimum percentage of different characters when users change passwords, and the article demonstrates how to enable the policy, set up a test environment, and verify behavior with various password change scenarios.

Database AdministrationMySQLSecurity
0 likes · 11 min read
Using MySQL 8.0.34 validate_password.changed_characters_percentage to Enforce Password Change Requirements
Aikesheng Open Source Community
Aikesheng Open Source Community
Apr 1, 2021 · Databases

Understanding MySQL 8.0 validate_password Component and Its Impact on Password Policy

The article explains why some MySQL 8.0.18 production environments enforce a password policy despite lacking the validate_password plugin, by examining configuration files, server parameters, and the role of the validate_password component introduced in MySQL 8.0.

ComponentsDatabaseMySQL
0 likes · 3 min read
Understanding MySQL 8.0 validate_password Component and Its Impact on Password Policy