Simple Password Check Plugin
The Simple Password Check Plugin enforces basic password complexity rules, such as minimum length and required numbers of digits, letters, and special characters.
Installing the Plugin
INSTALL SONAME 'simple_password_check';[mariadb]
...
plugin_load_add = simple_password_checkUninstalling the Plugin
UNINSTALL SONAME 'simple_password_check';Example
Known Issues
System Variables
simple_password_check_digits
simple_password_check_digitssimple_password_check_letters_same_case
simple_password_check_letters_same_casesimple_password_check_minimal_length
simple_password_check_minimal_lengthsimple_password_check_other_characters
simple_password_check_other_charactersOptions
simple_password_check
simple_password_checkSee Also
Last updated
Was this helpful?

