Is it possible to change password though pg_auth?

Started by Frank Churchover 15 years ago1 messagesgeneral
Jump to latest
#1Frank Church
voipfc@googlemail.com

Is it possible to change password through pg_auth?

I am developing a VM where may be necessary to reset passwords through
a web interface, without having postgresql actually running.

If the users are already set in the database, can the passwords be
changed by adding their md5 encoding to pg_auth?

Is there a fixed salt for the md5 encoding?