Making a correct Postgres user

3:46 pm Miscellaneous

Yeah, the reason it won’t connect is that create user foo with password ‘bar’ explicitly means “they can’t connect unless their password is sent plaintext”, which awesomely the manual doesn’t mention.

You wanted create user with encrypted password ‘bar’ instead.

Leave a Comment

Your comment

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.