--- id: unlock-user-account title: Unlocking User Accounts description: When a user is locked out of their account, an admin may manually unlock the account before the configured lockout period has expired. slug: /help/docs/manage/users-roles/users/unlock-user-account/ canonical: https://www.sumologic.com/help/docs/manage/users-roles/users/unlock-user-account/ --- import useBaseUrl from '@docusaurus/useBaseUrl'; If a user tries to log into their account several times and fails, their account will be locked out for security reasons. The default configured lockout period is 30 minutes, which occurs after six failed login attempts within a 10-minute period. After the designated lockout period expires, the user's account is automatically unlocked. These default settings may be configured by an administrator using the [Password Policy settings](/docs/manage/security/set-password-policy/).  When a user is locked out of their account, Sumo Logic sends an email to the user notifying them of the lockout.  At this time, an administrator can: * Allow the user to wait out the designated lockout period. * **Optional:** Manually unlock the account before the configured lockout period has expired.  To unlock a user's account: 1. [**New UI**](/docs/get-started/sumo-logic-ui). In the main Sumo Logic menu select **Administration**, and then under **Users and Roles** select **Users**. You can also click the **Go To...** menu at the top of the screen and select **Users**.  
[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Administration > Users and Roles > Users**.
Kebab menu option highlighted on Users page 1. Select the row for the user you want to unlock and choose **Unlock** from the three-dot kebab options menu. :::note If you have configured SAML for single sign-on, and you have locked down SAML so that users must login using SAML, the **Unlock** option will not appear on the **More Actions** menu. To unlock the user account, you must first toggle the **Require SAML Sign In** option, and then re-enable lockdown. For more information, see [Require SAML for sign-in](/docs/manage/security/saml/set-up-saml/#require-saml-for-sign-in-1). ::: 1. The user's account is unlocked, and Sumo Logic automatically sends an email to alert the user.  :::note During the lockout period, users can request a password reset from the login page. However, this password will not allow access to the account until either the lockout period has expired or an administrator has unlocked the account. :::