I have user privacy rules enabled and also have a status field that reflects whether the user is “Enabeled” or “Disabled”.
I can’t seem to find a way to restrict a “Disabled” user from logging into the system. I would want to do a check and see if the user logging in is disabled and then not allow them to actually log in.
What I am trying to avoid is having them log in, in order for me to do the User status check and then having to force them back out.
Thank you