Skip to content
Snippets Groups Projects
Commit a08a0b64 authored by Denis Ledoux's avatar Denis Ledoux
Browse files

[ADD] auth_totp_mail: 2FA using code sent by email


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`

closes odoo/odoo#83750

Signed-off-by: default avatarDenis Ledoux (dle) <dle@odoo.com>
parent 8b5f613c
No related branches found
No related tags found
No related merge requests found
Showing
with 626 additions and 9 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment