Lock and Unlock Users
You can use the Dashboard to lock or unlock a specific user's access to your applications.
Lock Users
Go to the Dashboard > User Management > Users
To the right of the user's email in detail page that you want to lock, click ... and choose Lock. Alternatively, you can click the user's name and click the Lock button under Actions menu in the top left of the user detail page.
To lock a user using Jframework API, use the Lock a user to do this action.
Now, this action is performed on the server. We detect user activity and decide whether to lock the user.
Unlock Users
Go to the Dashboard > User Management > Users
To the right of the user's name you want to unblock, click ... and choose Unlock. Alternatively, you can click a previously locked user's name and click the Unlock button under Actions menu in the top left of the user detail page.
To unlock a user using Jframework API, use the Unlock a user to do this action.
Last updated
Was this helpful?