Modify the default admin password
For security reasons the admin password is randomly generated during the installation of the application. To find the admin password, open the /opt/bitnami/odoo/conf/odoo.conf Odoo configuration file to search for the line shown below. It contains Odoo password.
admin_passwd = PASSWORD
To set another password, edit the Odoo configuration file and modify the line below (replace the NEW-PASSWORD placeholder with your desired password):
admin_passwd = NEW-PASSWORD
-
Restart all services:
$ sudo /opt/bitnami/ctlscript.sh restart