Lock or disable the user

1
Hi, I need to lock the user or disable the user account.Currently I can lock the user but it gets automatically unlock after few mins. Can anyone please suggest how can I add a functionality wherein I should be able to disable and enable user accounts . Thanks, Savita K
asked
1 answers
2

Use the Active boolean, instead of the Blocked boolean on a System.User object.

answered