跳至內容
選單
此問題已被標幟
3 回覆
6214 瀏覽次數

Ive used my odoo install version 9 for about 6 months now on a remote server running centos7.

Today I logged out to backup the database and then when I try to log back in, i get wrong login/password.  I checked my conf file on the remote server and the password is indeed the right one.  What could be the problem?

I tried the password changer script but got this error in the terminal:

頭像
捨棄

You mean the user login password or master password?

作者

The login password for the administrator account that is automatically created when odoo is installed

最佳答案

There are 2 passwords, one is the master password (superadmin password), which you use for the database manager. This password is set in the openerp-server.conf file, you can look it up there. The other password is the password of the admin user of a particular database. This password is encrypted (from version 9.0 on) and stored in the database. In order to reset this password check this issue: https://github.com/odoo/odoo/issues/9806#issuecomment-255487372

頭像
捨棄
作者

Great, thanks. I tried it but I got that error in the updated OP.

Do it manually as described by msteinfeld in his answer, don't use a python script if you do not understand it.