How to disable ‘Temporary Login Suspension’?
Temporary login suspension means that when a login attempt fails due to incorrect authentication credentials being used, Artifactory will temporarily suspend that user's account for a brief period of time during which Artifactory ignores additional login attempts. If login attempts fail repeatedly, Artifactory will increase the suspension period each time until it reaches a maximum of 5 seconds.
Setting the following property to 0 in the artifactory.system.properties file will effectively disable this suspension:
artifactory.security.loginBlockDelay=0