Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
6927 Widoki

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?

Awatar
Odrzuć
Najlepsza odpowiedź

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

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

Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
cze 25
314
0
sty 25
1418
0
sty 25
1459
1
gru 24
1927
0
maj 24
1515