Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
7146 Visualizzazioni

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
Abbandona
Risposta migliore

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

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

Avatar
Abbandona
Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
giu 25
439
0
gen 25
1575
0
gen 25
1592
1
dic 24
2138
0
mag 24
1658