password_reuse_check Plugin
This page is part of MariaDB's Documentation.
The parent of this page is: Plugins for MariaDB Enterprise Server
Topics on this page:
Overview
In 10.6 ES, 10.5 ES, 10.4 ES:
Prevent password reuse
DETAILS
This plugin implements a way to prevent a user from setting a password that had been set for that user previously. This plugin does not prevent multiple users from setting the same password.
The plugin only affects a SQL statement that sets a user password using a literal password string. It cannot check the password of a SQL statement that makes use of a hashed password value.
The plugin makes use of password history records stored in the password_
The amount of time that the historical records are kept is controlled by the password_0
to indicate that the records do not expire. The default is for the data to never expire.
PARAMETERS
Type | PASSWORD VALIDATION |
Maturity | Stable |
Version | 2.0 |
Auth Version | 2.0 |