Skip to content

Commit

Permalink
Merge pull request #401 from georchestra/consent-checkbox
Browse files Browse the repository at this point in the history
feat: consent checkbox parameters
  • Loading branch information
f-necas authored Jun 20, 2024
2 parents 9b8877a + 6d411fd commit e8dfae7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion console/console.properties
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,16 @@
# true (see above)
#privacy.policy.agreement.url=https://${domainName}/policy.html

# Show an "I consent to personal data processing" checkbox at account creation
# default: false
#data.processing.agreement.activated=false

# URL of the personal data policy (it can correspond to a PDF, a webpage...)
# example: https://${domainName}/consent.html
# MUST be set to a valid URL if consent.agreement.activated is set to
# true (see above)
#data.processing.agreement.url=https://${domainName}/consent.html

# Password content requirements
# default: 8 characters minimum, all requirements to false
#password.minimumLength=8
Expand Down Expand Up @@ -334,4 +344,4 @@ AreasGroup=INSEE_DEP
# Activates area of competence
# if set to true, enable competence area in the account form and in organization page
# default: false
# competenceAreaEnabled=false
# competenceAreaEnabled=false

0 comments on commit e8dfae7

Please sign in to comment.