User Management
Changing Password
- Edit
pg_hba.confto allow trust authorization temporarily pg_ctl reloadto reload the config file- Connect and issue
ALTER ROLE postgres WITH PASSWORD 'newpassword'; - Edit
pg_hba.confagain and restore the previous settings;pg_ctl reloadagain