summaryrefslogtreecommitdiff
path: root/internal/configuration/schema/keys.go
diff options
context:
space:
mode:
authorJames Elliott <james-d-elliott@users.noreply.github.com>2023-01-22 19:58:07 +1100
committerGitHub <noreply@github.com>2023-01-22 19:58:07 +1100
commita566c16d08677b03d3c6b66fd348ceec0bd23dda (patch)
tree95f348ca1e32b339e49582be7bdaa7d0908a3818 /internal/configuration/schema/keys.go
parentdf52b1b4c493650b050be7944d96fccc86c59cb3 (diff)
feat(web): privacy policy url (#4625)
This allows users to customize a privacy policy URL at the bottom of the login view. Closes #2639
Diffstat (limited to 'internal/configuration/schema/keys.go')
-rw-r--r--internal/configuration/schema/keys.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/configuration/schema/keys.go b/internal/configuration/schema/keys.go
index d1d616b44..171f36201 100644
--- a/internal/configuration/schema/keys.go
+++ b/internal/configuration/schema/keys.go
@@ -268,4 +268,7 @@ var Keys = []string{
"password_policy.standard.require_special",
"password_policy.zxcvbn.enabled",
"password_policy.zxcvbn.min_score",
+ "privacy_policy.enabled",
+ "privacy_policy.require_user_acceptance",
+ "privacy_policy.policy_url",
}