Skip to content
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

Closed
morgo opened this issue Mar 14, 2019 · 4 comments
Closed

Support password expiry, last changed, lifetime attributes #9709

morgo opened this issue Mar 14, 2019 · 4 comments
Assignees
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.

Comments

@morgo
Copy link
Contributor

morgo commented Mar 14, 2019

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:

  • It should be possible to set a password as expired.
  • It should be possible to see the date a password was last changed.
  • It should be possible to force a password to be changed every n days.

Describe alternatives you've considered:

N/A

Teachability, Documentation, Adoption, Migration Strategy:

These are features of MySQL 5.7.

@zz-jason zz-jason added component/privilege type/feature-request Categorizes issue or PR as related to a new feature. and removed type/new-feature labels Apr 3, 2020
@scsldb scsldb added the feature/reviewing This feature request is reviewing by product managers label Jul 16, 2020
@zz-jason
Copy link
Member

To fully support these attributes, seems we need to support the Password Expiration Policy in MySQL.

@zz-jason zz-jason added feature/discussing This feature request is discussing among product managers and removed feature/reviewing This feature request is reviewing by product managers labels Aug 10, 2020
@scsldb scsldb added priority/P1 The issue has P1 priority. and removed feature/discussing This feature request is discussing among product managers labels Aug 28, 2020
@zz-jason zz-jason removed their assignment Aug 28, 2020
@zz-jason zz-jason added the feature/accepted This feature request is accepted by product managers label Aug 28, 2020
@scsldb scsldb added this to the Requirement pool milestone Aug 28, 2020
@dveeden
Copy link
Contributor

dveeden commented Apr 13, 2021

The user attributes introduced in MySQL 8.0 should also be considered as part of this if possible.

@dveeden
Copy link
Contributor

dveeden commented Apr 11, 2024

@CbcWestwolf What's missing here? Maybe add a list to the description?

@CbcWestwolf
Copy link
Member

@dveeden I think we can close this issue now :-)
The feature has been implemented in the mentioned PR.

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.
Projects
Status: Finished
Development

No branches or pull requests

6 participants