Skip to content

Commit

Permalink
Fix the capability name for password policy
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed Sep 15, 2023
1 parent 143675d commit 9cbeaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/frontend/pkg/revaconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ func FrontendConfigFromStruct(cfg *config.Config) (map[string]interface{}, error
"share_jail": cfg.EnableShareJail,
"max_quota": cfg.MaxQuota,
},
"password_policies": map[string]interface{}{
"password_policy": map[string]interface{}{
"max_characters": 72,
"min_characters": cfg.PasswordPolicies.MinCharacters,
"min_lowercase_characters": cfg.PasswordPolicies.MinLowerCaseCharacters,
Expand Down

0 comments on commit 9cbeaf7

Please sign in to comment.