mirror of
https://github.com/bringout/oca-ocb-security.git
synced 2026-04-20 12:12:01 +02:00
31 lines
598 B
Markdown
31 lines
598 B
Markdown
# 2FA Invite mail
|
|
|
|
|
|
2FA Invite mail
|
|
===============
|
|
Allow the users to invite another user to use Two-Factor authentication
|
|
by sending an email to the target user. This email redirects them to:
|
|
- the users security settings if the user is internal.
|
|
- the portal security settings page if the user is not internal.
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-auth_totp_mail
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- auth_totp
|
|
- mail
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/auth_totp_mail
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|