By default, the PostgreSQL database server is configured to allow only local connections. If remote connections are to be allow, edit postgresql.conf and pg_hba.conf to set the necessary permissions. (To setup an unsecured database instance set listen_address to * in the postgresql.conf file and add the following line to the pg_hba.conf file: host all all 0.0.0.0/0 trust)
Role Name: osee
Can login should be checked
Password: osee
Password (again): osee
For Role Priviledges - select the following:
Inherits rights from parent roles
Superuser
Can create database objects
Can modify catalog directly