Se rendre au contenu
Menu
Cette question a été signalée
2 Réponses
7138 Vues

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
Ignorer
Meilleure réponse

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

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

Avatar
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
0
juin 25
428
0
janv. 25
1569
0
janv. 25
1587
1
déc. 24
2119
0
mai 24
1658