[MDEV-30045] settable message to notify end-user N-days prior the password get expired Created: 2022-11-20 Updated: 2023-05-04 Resolved: 2023-05-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Yakov Kushnirsky | Assignee: | Unassigned |
| Resolution: | Won't Do | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
There is a feature request to implement settable notification message that will notify end-user N-days before the password get expired, For example: |
| Comments |
| Comment by Ralf Gebhardt [ 2022-11-29 ] |
|
YK, from my point of view an application should implement such a notification itself, but the server should provide an easy way to query the current password lifetime. Currently the only way would be via the mysql.global_priv table, which is not the preferred option. |
| Comment by Yakov Kushnirsky [ 2022-12-12 ] |
|
Per this customer's update - the message in the mariadb command line client will suffice. As well as open new one for the command line client - TOOLS-56 |
| Comment by Sergei Golubchik [ 2023-01-04 ] |
|
I'd say, we need a table in information schema with information about users (or accounts). With information, like
|