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

I am using Odoo14, and one user had activated 2FA. He lost his phone and is not able to log in again. Is it possible to disable 2FA for that user from the Admin account?

Аватар
Отменить
Лучший ответ

You can do it using from database.Use this query.

update res_users set totp_secret='' where login='loginname.com';

Аватар
Отменить
Лучший ответ

Hi,

It is possible to deactivate the 2FA from the Admin account for a user.
for that (In Admin account):-

->Go to settings > users
->Select the user in list view
->Click on Action button
->Then Click the Disable TOTP on users.

Regards.

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
июн. 25
409
0
янв. 25
1542
0
янв. 25
1559
1
дек. 24
2052
0
мая 24
1629