Tuesday, February 1, 2022
1 change · master
New functionality added to Odoo
Businesses can now require users to confirm logins with a code sent by email when they have not set up an authenticator app. Administrators can enforce this extra login protection for employees only or for all users, including portal users.
Original PR description
Add the possibility to force the two-factor authentication for all users, using a two-factor authentication by email when the 2FA using an Authenticator app is not configured for the user. Two possibilities: - Force the 2FA only for employee users using the system parameter `auth_totp.policy=employee_required` - Force the 2FA for all users, employees and portals, using the system parameter `auth_totp.policy=all_required`