When a user is logging in there is a condition ‘Log Out Other User Sessions’ and I’m unsure how to place this in the Log In Workflow.
My Log In Workflow currently flows like this:
Log the user in.
Reset inputs.
Hide pop login.
Do I put the ‘Log Out Other User Sessions’ before I log the user in or do I put it after the user has logged in? At which part of the flow do I add this condition?
Yes indeed you’re right, in order to properly log out other sessions the user will need to be logged in.
So yeah the order infact matters and the action needs to be executed AFTER logging in the user