تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
7129 أدوات العرض

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.

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
0
يونيو 25
426
0
يناير 25
1562
0
يناير 25
1582
1
ديسمبر 24
2105
0
مايو 24
1657