تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3 الردود
7479 أدوات العرض

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
مايو 25
2043
13
سبتمبر 24
194746
2
يوليو 24
13369
2
ديسمبر 23
15598
0
أكتوبر 23
33