You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: impersonate_login/README.rst
+22-10Lines changed: 22 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,13 +28,22 @@ Impersonate Login
28
28
29
29
|badge1| |badge2| |badge3| |badge4| |badge5|
30
30
31
-
This module allows to login as another user.
32
-
In the chatter, the user who is logged as another user is displayed.
33
-
The mails and messages are sent from the orignal user.
34
-
A table diplays the impersonated logins in technical.
35
-
The user can return to his own user by clicking on the button "Return to my user".
36
-
This module is very useful for the support team.
37
-
An alternative module will be auth_admin_passkey.
31
+
This module allows one user (for example, a member of the support team)
32
+
to log in as another user. The impersonation session can be exited by
33
+
clicking on the button "Back to Original User".
34
+
35
+
To ensure that any abuse of this feature will not go unnoticed, the
36
+
following measures are in place:
37
+
38
+
- In the chatter, it is displayed who is the user that is logged as
39
+
another user.
40
+
- Mails and messages are sent from the original user.
41
+
- Impersonated logins are logged and can be consulted through the
42
+
Settings -> Technical menu.
43
+
-
44
+
45
+
There is an alternative module to allow logins as another user
46
+
(auth_admin_passkey), but it does not support these security mechanisms.
38
47
39
48
**Table of contents**
40
49
@@ -44,8 +53,9 @@ An alternative module will be auth_admin_passkey.
44
53
Usage
45
54
=====
46
55
47
-
1. On the top right corner, click my user and "switch login"
48
-
2. Same place to "return to my login"
56
+
The impersonating user must belong to group "Impersonate Users".
57
+
- In the menu that is displayed when clicking on the user avatar on the top right corner, or in the res.users list, click "Switch Login" toi mpersonate another user.
58
+
- On the top-right corner, the button "Back to Original User" is displayed in case the current user is being impersonated.
0 commit comments