Spec-Zone .ru
спецификации, руководства, описания, API
|
In MySQL 5.7, the server provides an interface for writing plugins that test passwords. Such a plugin implements two capabilities:
Rejection of too-weak passwords in statements that assign passwords (such as CREATE USER
, GRANT
,
and SET PASSWORD
statements), and passwords given as arguments to the PASSWORD()
and OLD_PASSWORD()
functions.
Assessing the strength of potential passwords for the VALIDATE_PASSWORD_STRENGTH()
SQL function.
For information about writing this type of plugin, see Section 22.2.4.10, "Writing Password-Validation Plugins".