1

is it possible to change an encrypted password with a sql query?

I have a user who for some reason can't log in and can't make her reset password recredentialing work.

1 Answer 1

2

This is simple: just use ALTER ROLE with the encrypted password.

ALTER ROLE luser PASSWORD 'md565b6fad0e85688f3f101065bc39552df';

Be aware that the password might end up in the log file if logging is configured appropriately.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.