Skip to content

Commit

Permalink
password policy defaults to generate passwords that are easier to read
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrenn committed Apr 17, 2024
1 parent 0a43777 commit 93f96b6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 23 deletions.
26 changes: 13 additions & 13 deletions core/src/main/resources/ctsms-settings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ password_min_digits=1
password_min_umlauts=0
password_min_whitespaces=0
password_min_alt_symbols=0
password_min_symbols=1
password_min_symbols=0
password_max_small_letters=32
password_max_capital_letters=32
password_max_digits=32
password_max_umlauts=32
password_max_whitespaces=32
password_max_alt_symbols=32
password_max_symbols=32
password_max_capital_letters=0
password_max_digits=0
password_max_umlauts=0
password_max_whitespaces=0
password_max_alt_symbols=0
password_max_symbols=0
password_min_levenshtein_distance=2
password_distance_password_history=0
password_admin_ignore_policy=true
Expand All @@ -86,14 +86,14 @@ department_password_min_digits=1
department_password_min_umlauts=0
department_password_min_whitespaces=0
department_password_min_alt_symbols=0
department_password_min_symbols=1
department_password_min_symbols=0
department_password_max_small_letters=256
department_password_max_capital_letters=256
department_password_max_capital_letters=0
department_password_max_digits=256
department_password_max_umlauts=256
department_password_max_whitespaces=256
department_password_max_alt_symbols=256
department_password_max_symbols=256
department_password_max_umlauts=0
department_password_max_whitespaces=0
department_password_max_alt_symbols=0
department_password_max_symbols=0

logon_expires=true
logon_prolongable=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,16 +246,7 @@
</p:tooltip>
</h:panelGroup>
<p:message for="countryName" />











<h:outputLabel
styleClass="ctsms-field-icon ctsms-icon-encryption"
rendered="#{probandAddressBean.showProvince}"
Expand Down

0 comments on commit 93f96b6

Please sign in to comment.