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

Hi,

There were a lot of comments how to resent password in Odoo 11. It appears that they are not relevant for Odoo 12 as it seems that there is no column "password_crypt" in "res_users" table.

I would appreciate any comments how to recover admin password for Odoo12 (Enterprise, on-premise, Window 10).

Regards,

Andrei

 

頭像
捨棄
最佳答案

You can update your new password in password field.

from passlib.context import CryptContext
print CryptContext(['pbkdf2_sha512']).encrypt('New Password')
UPDATE res_users SET password='HASH' where id = (user data base id).
頭像
捨棄
最佳答案

Hello,

You can check  here may be your problem solve using this.


Thanks

頭像
捨棄
最佳答案

I have updated my summary of password recovery for different versions of Odoo with version 12 also:

https://www.odoo.com/forum/help-1/question/how-to-reset-the-odoo-admin-user-password-a-summary-for-different-odoo-versions-131992

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
5月 25
2049
13
9月 24
194768
2
7月 24
13373
2
12月 23
15602
0
10月 23
33