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

Execute ALTER ....... WITH PASSWORD '12345', the plaintext password appears in the pg database log, what should I do? #883

Open
luomengY opened this issue Aug 13, 2022 · 1 comment
Labels

Comments

@luomengY
Copy link

PG version is 12.1
Execute ALTER ....... WITH PASSWORD '12345', the plaintext password appears in the pg database log, what should I do?

@luomengY luomengY added the bug label Aug 13, 2022
@viggy28
Copy link

viggy28 commented Aug 23, 2022

I don't think it's a stolon bug.

You should reset the password a) either encrypted https://www.postgresql.org/docs/current/sql-alteruser.html or b) don't log the password reset statement.

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

No branches or pull requests

2 participants