minhng92 / odoo-15-docker-compose

Set up Odoo 15 (released 2021) quickly for development/production using Docker Compose.
62 stars 88 forks source link

How to log in? #1

Closed y-vas closed 2 years ago

y-vas commented 2 years ago

I cloned the project started everything with docker ...

But i'm stuck on the login part. I tried with 'odoo15@2021', 'postgress' ... and all the posible combinations with the inforamtion that i could find... But i always get an Access denied response.

I have to log in with a specific user name?

minhng92 commented 2 years ago

Hi @y-vas ,

If you create a new database, you have to fill in user name and password of the admin user. Password to create a new database is stored in etc/odoo.conf (currently set minhng.info in my repository).

If you don't see any form to create a new Odoo database, the default login will be:

y-vas commented 2 years ago

I got confused with Master Password. Thank you.