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:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
2
Replies
4934
Views
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.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Dec 24
|
56 | ||
|
0
May 24
|
249 | ||
|
1
Dec 23
|
1095 | ||
|
0
Dec 23
|
310 | ||
|
0
Jun 23
|
548 |