Rank: Advanced Member
Groups: HelpDesk, Developers Joined: 11/9/2018(UTC) Posts: 564
Thanks: 122 times Was thanked: 26 time(s) in 25 post(s)
|
A full quarter of the sites I've customized always ask for such a simple feature: the ability to quickly return to the admin user account after logging in as a regular user
It's really quite simple to implement:
Modify admin login-as-user logic to store the current admin UserId value to a session variable, authenticate as selected user and redirect to store home page
Modify shopper-side header to render additional 'Return to Admin' icon if session variable exists
Clicking 'Return to Admin' pulls in the session variable and validates the UserId value, calls Forms authentication to re-authenticate the admin user, clears the session variable and redirects back to admin side.
Such a simple feature that gives so much benefit to store admins.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The AbleCommerce Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close