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
That would be nice, but this won't be possible without reworking how the extension works.
Right now it starts a completely new session as the target user, and there's no difference between an impersonation or regular session.
An ideal implementation would be one where we don't actually start a new session and just override the actor with a special flag. This could also solve the other issue that currently the impersonated user is shown online and the account owner could kick the impersonator out by terminating all sessions or changing password. But that's a bit more complicated to implement than the current solution.
Feature Request
Is your feature request related to a problem? Please describe.
Currently User A(admin) can impersonate user B(normal user), but after impersonation can not return to original user A
Describe the solution you'd like
Remeber the original user(session/cookie) for cancellation of impersonation
The text was updated successfully, but these errors were encountered: