February 24, 20196 yr How does one check if an account is disabled or locked. Needs to do one action for each.... Thanks.
February 25, 20196 yr I'm assuming you want to do this programmatically rather than through the website. The client returns a response code when logging in, if the account is disabled it's 4. If you don't want to write your own login handler, Explv has a custom handler here. You could it edit to do whatever you're wanting when it receives the account disabled response code. Edited February 25, 20196 yr by luciuspragg
Create an account or sign in to comment