mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 01:32:06 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
* `Akretion <https://www.akretion.com>`_:
|
||||
|
||||
* Sébastien Beau
|
||||
* Florian Mounier
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
This module adds to the partners the ability to authenticate through directories.
|
||||
|
||||
This module does not implement any routing, it only provides the basic mechanisms in a directory for:
|
||||
|
||||
- Registering a partner and sending an welcome email (to validate email address): `_signup`
|
||||
- Authenticating a partner: `_login`
|
||||
- Validating a partner email using a token: `_validate_email`
|
||||
- Impersonating: `_impersonate`, `_impersonating`
|
||||
- Resetting the password with a unique token sent by mail: `_request_reset_password`, `_set_password`
|
||||
- Sending an invite mail when registering a partner from odoo interface for the partner to enter a password: `_send_invite`, `_set_password`
|
||||
|
||||
For a routing implementation, see the `fastapi_auth_partner <../fastapi_auth_partner>`_ module.
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
This module isn't meant to be used standalone but you can still see the directories and authenticable partners in:
|
||||
|
||||
Settings > Technical > Partner Authentication > Partner
|
||||
|
||||
and
|
||||
|
||||
Settings > Technical > Partner Authentication > Directory
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue