Two factor authentication in odoo, Google authenticator in odoo, 2FA in odoo
by Aagam Infotech http://aagaminfotech.com$ 28.41
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Website (website)
• Discuss (mail) |
Lines of code | 460 |
Technical Name |
aagam_google_2fa_auth |
License | AGPL-3 |
Website | http://aagaminfotech.com |
Versions | 10.0 11.0 12.0 13.0 14.0 |
Two Factor authentication for odoo Account login

Two Factor authentication app Supported in Odoo Community and Odoo Enterprise
This module is also available in v10, v11, v12, v13 and v14
Features of two factor authentication in odoo

2FA from backed
Can enable/disable 2FA from backed for specific user

2FA from frontend
Can enable/disable 2FA from frontend for portal users

Easy to use
Easy to use. No extra configuration required

Send QR code
Send generated QR code and secret key via email
Secure login into your Odoo account.
Two Factor Authentication app This App provides two factor authentication (TFA) during login. you just need to enter a time-based passcode when logging into odoo account. This passcode changes every 30 seconds from google Authenticator, even if someone knows your password, they will not be able to login to your account due to extra layer security using Google Time Based OTP(TOTP) algorithm.
Steps to enable the 2FA for backend users
1. Go to settings > users > USER

2. Enable 2FA and save the setting

Steps to enable the 2FA for portal users
1. Go to my account

2. Enable 2FA and save the setting

You can also send QR code to the user via mail

You will recieve e-mail like below in Gmail, Outlook and so on.

If 2FA is enabled, user will be asked for authentication code after login screen for extra layer of security.
Enter 2FA code from authenticator app and click on verify button to proceed with login.


External python library 'pyotp' is required.
To install it in odoo 11,12,13 use command: sudo pip3 install pyotp
Download Android and iOS Google Authenticator using below links


Dynamic odoo dashboard, Account dashboard, sales dashboard, CRM dashboard, POS dashboard, Inventory dashboard in odoo

Odoo Website Helpdesk Support Ticket Module , Issue Management for Customers, Helpdesk with Ticket Support System

You may also like AagamInfotech Odoo Themes
All these Aagam odoo themes contain the latest design & templates for eCommerce websites, online shopping theme, online marketplace, corporate websites, online grocery store etc. Beside a large number of features, this theme is the perfect theme/ template for transmitting a positive impact on your customers.
For Technical Help and Support
Aagam Infotech providing odoo application development services having expertise in odoo development, odoo ERP customization, odoo integration, migration, cost-effective odoo development.
If you need expert advice in making technological solutions in ODOO and/or external Odoo ERP Implementation Consultants to define your organizational specifications, we are here to assist you please contact us at business@aagaminfotech.com

Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
ok thanks for confirming.
Does user have to authenticate on every login? Or it is limited to IP or session? Trying to avoid a user having to authenticate 17 times a day if they log out, or if session inactivity logs user out.
Re:
Hello
User need to authenticate everytime.
Thanks