User passwords are managed with the pgAdmin tool that's installed alongside of the PostgreSQL database. Follow the steps below to update or reset a user's password.
- Open the PgAdmin application.
- On the left side of PgAdmin, you'll see Servers. Use the arrow to expand the list.

- After expanding the Servers list you should see PostgreSQL followed by the version number

- Double-click on PostgreSQL to log in to the database.
You may be prompted for a password. This is the master password that was created when Postgres was first installed on the computer. (This is usually different than the password used to log into the programs.)

- After logging in, use the arrow to expand the Login/Group Roles section. This will produce a list of all Users and Group Roles.

- Right click on the user, then select Properties.
- In the User Properties window, select the Definition tab.

- Enter a new password in the Password field then press Save.
- Use the new password when logging in to Budget, Payroll, and ABReport.