ARTIFACTORY: What should I do if my users got locked out of Artifactory?

Products
Frog_Artifactory
Content Type
Use_Case
AuthorFullName__c
Elina Floim Alper
articleNumber
000005472
FirstPublishedDate
2022-11-27T12:53:09Z
lastModifiedDate
2025-09-02

ARTIFACTORY: What should I do if my users got locked out of Artifactory?

Introduction:

Artifactory allows setting a user locking policy to lock users after exceeding the maximum failed login attempts configured. This policy can be enabled or disabled via the UI by navigating to Administration → User Management → Settings:

User-added image

The policy can be also edited via REST API using the Configure User Lock Policy call. 

Resolution:
To unlock a locked user, a user with Administer Platform permission can perform one of the following:
  • Unlock the user via the UI by navigating to Administration → Users → click on the lock sign of the relevant locked user:
User-added image

It is also possible to unlock all of the locked users as opposed to a specific user, via the UI by navigating to Administration → User Management → Settings and selecting “Unlock All Users”, or, via REST API using the Unlock All Locked Out Users call. 

What if none of the admin users have access to Artifactory?
In this scenario, we can either recreate an existing administrator user or bootstrap a new admin user in order to obtain administrator access to Artifactory and unlock other users or change the user locking policy. This can be achieved by following the steps listed in this documentation section of Recreating the Default Admin User.