[MDEV-9244] Add password auto expiration option and history password control feature Created: 2015-12-07 Updated: 2015-12-07 Resolved: 2015-12-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Plugins |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Minor |
| Reporter: | guo feng | Assignee: | Sergei Golubchik |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | plugins | ||
| Issue Links: |
|
||||||||||||||||
| 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: |
| Comments |
| Comment by Sergei Golubchik [ 2015-12-07 ] |
|
Auto-expiration is a duplicate of But password validation API is very easy to use and validation plugins are very simple. The idea was that users can write their own password validation plugins as needed. |