In this article, Tyler's going to show us how to use the Login as Member feature.
Note: This feature does not conflict with the disable concurrent login feature. An admin and a member can be logged into the same account at the same time.
- Navigate to the Members page.
- Select the member you want to log in as.
- Click the 3 dots at the top right corner, and then click "Login as Member."
- This will pop up a modal with your domains.
- Click on the input and select a domain from the dropdown. If you don't see your domain, you can enter it manually or add the domain on your settings page.
And that's it! When you click "Login as Member" you will get the actual login redirect for that particular member.
If you have any questions or suggestions for our team, please leave a comment below 👍
Keywords: Login with member, view as member, emulate member, login as user, login as another user, admin login, debugging, impersonate member.
Comments
3 comments
If you're using the Login as Member feature while that user is also logged in, is updating user JSON and/or member data blocked? If so, is there a workaround?
I've built an app which is in production with its very first customers and my client has had some issues regarding updating JSON in this scenario. It sounds very likely that the two simultaneous logins are the culprit. Note that I have concurrent logins otherwise disabled.
I'll be doing some debugging tomorrow, but please do let us all know here if that is the case!
Thanks.
Hi Steven Webster, apologies for the slow reply. Were you able to find a solution?
One possible idea to add a check to your code which looks at your current IP address... you could add a list of "not-allowed" IP addresses for your devices and your teams' devices. But that doesn't seem ideal 🤔
Hi Duncan,
Thanks for replying. It turned out that my client had let their session expire, so no problem with MemberStack there.
A couple of other things:
Please sign in to leave a comment.