Is there a way of detecting in a machine step (or FlowScript) when someone logs in if that account is already logged in by someone else? At the moment if that happens the person who is logged in first has the option of
- Logging out the other person
- Logging out themselves
I would prefer that the second person (who tries to log in to an account that is already logged in) gets a message saying that the account is logged in to already and they cannot log in under that account. But how can I detect that?