How do you use the "Impersonate user" function from the Group/End User Details screen?

As a facilitator, when I click on the Impersonate User function, it loads the login screen for the sim. What alias do I use to login?

Hi James,

The impersonate function sets a cookie indicating that you’re logged in and forwards you to the project home page - which is called “index.html” by convention.

If you’re custom-coding a simulation it’d be the simulation code’s responsibility to recognize that you’re logged in and react accordingly - in other words, you shouldn’t need to log in again unless the simulation explicitly forces you to. If you can link me to the project you’re trying this with I can offer more specific suggestions.

-Naren