-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support password expiry, last changed, lifetime attributes #9709
Labels
component/privilege
feature/accepted
This feature request is accepted by product managers
priority/P1
The issue has P1 priority.
type/compatibility
type/feature-request
Categorizes issue or PR as related to a new feature.
Milestone
Comments
To fully support these attributes, seems we need to support the Password Expiration Policy in MySQL. |
The user attributes introduced in MySQL 8.0 should also be considered as part of this if possible. |
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Dec 2, 2022
12 tasks
ti-chi-bot
pushed a commit
to ti-chi-bot/tidb
that referenced
this issue
Dec 12, 2022
ti-chi-bot
added a commit
that referenced
this issue
Dec 13, 2022
@CbcWestwolf What's missing here? Maybe add a list to the description? |
@dveeden I think we can close this issue now :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component/privilege
feature/accepted
This feature request is accepted by product managers
priority/P1
The issue has P1 priority.
type/compatibility
type/feature-request
Categorizes issue or PR as related to a new feature.
Feature Request
Is your feature request related to a problem? Please describe:
In MySQL 5.7 the user table has attributes for
password_expired
,password_last_changed
,password_lifetime
. These are helpful for user management.Describe the feature you'd like:
Describe alternatives you've considered:
N/A
Teachability, Documentation, Adoption, Migration Strategy:
These are features of MySQL 5.7.
The text was updated successfully, but these errors were encountered: