You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/acceptance/2_realm_spec.rb
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -229,6 +229,7 @@ class { 'keycloak': }
229
229
otp_policy_digits => 8,
230
230
otp_policy_period => 30,
231
231
otp_policy_code_reusable => true,
232
+
password_policy => 'length(12) and notUsername(undefined) and notEmail(undefined) and forceExpiredPasswordChange(365) and hashIterations(27500) and passwordHistory(3) and specialChars(1) and upperCase(1) and lowerCase(1) and digits(1) and maxLength(64)',
0 commit comments