I made a clean install using the packaged version of Odoo 13 into a linux server. I am trying to access the database using pgadmin4. The connection seems to be ok but I am not able to get the correct user/password combination. I read I could find the information at /etc/odoo/odoo.conf and this is what I got :
sudo more /etc/odoo/odoo.conf
[sudo] password for parallels:
[options]
; This is the password that allows database operations:
; admin_passwd = admin
db_host = False
db_port = False
db_user = odoo
db_password = False
;addons_path = /usr/lib/python3/dist-packages/odoo/addons
I tried the user odoo with the passoword I entered when creating the database within Odoo but no result.