콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
7447 화면

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.

아바타
취소
관련 게시물 답글 화면 활동
5
9월 25
13923
0
6월 25
628
0
1월 25
1794
0
1월 25
1826
1
12월 24
2469