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

Question about retaining old password #176

Open
mo-saeed opened this issue Sep 26, 2024 · 1 comment
Open

Question about retaining old password #176

mo-saeed opened this issue Sep 26, 2024 · 1 comment

Comments

@mo-saeed
Copy link

Hi,

thank you for the effort maintaining this provider.

I was testing retaining the old password with the new mysql 8. It works fine. but the only thing after retaining the password, if i change the value to false it doesnt remove the old password, is this expected behaviour ? I assume a new property needed to be added like discard_old_password which mainly will do

ALTER USER 'TEST'@'host1.example.com'
  DISCARD OLD PASSWORD;
@petoju
Copy link
Owner

petoju commented Oct 8, 2024

Indeed, this should be handled specially and is not yet...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants