Hi all,
I am deploying odoo on AWS EC2 using docker. I can successfully start the server and login as 'admin'.
When I would like to update the admin password using SQL, it successes at the very beginning.
Yet, the password will be reset to 'admin' again after server restart / a short period of time. Even if I update the password / delete the admin user using the interface, we get the same result.
But if I create a new user, the new user still here after restart.
Do you have any ideas?
Thanks in advance.