--- description: Block user authentication in Aidbox by setting the inactive property to prevent login access. --- # Prohibit user to login {% hint style="info" %} `User` resource has `inactive` property. When it equals to `true` the user cannot login {% endhint %} ### To restrict a user to login {% hint style="info" %} All the steps are done in the Console UI {% endhint %} 1. Click the `Users` link in the left sidebar 2. Filter users list and click the desired user 3. Add `inactive` property value `true` 4. Press the `Save` button