mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-22 01:12:09 +02:00
11 lines
662 B
Markdown
11 lines
662 B
Markdown
This module allows one user (for example, a member of the support team) to log in as another user.
|
|
The impersonation session can be exited by clicking on the button "Back to Original User".
|
|
|
|
To ensure that any abuse of this feature will not go unnoticed, the following measures are in place:
|
|
|
|
* In the chatter, it is displayed who is the user that is logged as another user.
|
|
* Mails and messages are sent from the original user.
|
|
* Impersonated logins are logged and can be consulted through the Settings -> Technical menu.
|
|
*
|
|
There is an alternative module to allow logins as another user (auth_admin_passkey),
|
|
but it does not support these security mechanisms.
|