跳至内容
菜单
此问题已终结
2 回复
7028 查看

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.

形象
丢弃
相关帖文 回复 查看 活动
0
6月 25
381
0
1月 25
1471
0
1月 25
1514
1
12月 24
2010
0
5月 24
1551