password policy
#19340
Replies: 1 comment 1 reply
-
what policy are you pointing? the password of harbor user? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the local harbor database, is it possible to define e.g. such rules? :
password_policy:
min_length: 16
min_lowercase: 2
min_uppercase: 2
min_digits: 2
min_special_characters: 2
change_password_days: 180
history_length: 20
Beta Was this translation helpful? Give feedback.
All reactions