Resolution

ARTIFACTORY: How to Configure a Password Policy

AuthorFullName__c
Disha Meswania
articleNumber
000004865
ft:sourceType
Salesforce
FirstPublishedDate
2020-08-27T11:46:35Z
lastModifiedDate
2024-03-10T07:46:11Z
VersionNumber
5

In the following configuration file, there are a number of configurations that can be set for Access service-related settings, including the password policy, as below:

security:
    password-policy:    # users' password policy
        uppercase: 0      # minimum number of uppercase letters that the password must contain
        lowercase: 0      # minimum number of lowercase letters that the password must contain
        digit: 0          # minimum number of digits that the password must contain
        length: 4         # minimum length of the password
        not-match-old: true # should access allow setting a new password to the same one currently set for the user