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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
2
回覆
7127
瀏覽次數
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
6月 25
|
424 | ||
|
0
1月 25
|
1561 | ||
|
0
1月 25
|
1580 | ||
|
1
12月 24
|
2103 | ||
|
0
5月 24
|
1657 |