Search code examples
postgresqlpgadmin-4

How to change user (not admin) password in PgAdmin4


I have created a new user for my new schema. I want to set its password but I am unable to find how to do it in PgAdmin4. I know how to do it with SQL but I was wondering if such basic functionality is really missing from PgAdmin.


Solution

  • To set somebody else password, connect to the DB, on the left panel select user/roles, click on the user of interest, properties, then go on the definition tab and enter the new password.