Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odgovori
7588 Prikazi

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?

Avatar
Opusti
Best Answer

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

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

Avatar
Opusti
Best Answer

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.

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
5
sep. 25
14219
0
jun. 25
724
0
jan. 25
1931
0
jan. 25
1946
1
dec. 24
2647