Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Duplicate
Description
My company is preparing for PCI(Payment Card Industry) checking,there are two requirements:1.a user's password must be modified after 3 months 2.password having been used can't be used again; I found MySQL's below option is very useful,so hoping MariaDB also implements these:
"default_password_lifetime "
"validate_password_dictionary_file"