Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
3 Ответы
7459 Представления

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

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
мая 25
2028
13
сент. 24
194662
2
июл. 24
13350
2
дек. 23
15553
0
окт. 23
33