Add an option to require the CTs to be agreed to edit

This commit is contained in:
Tom Hughes 2011-06-14 21:16:21 +01:00
parent 83ecb516a4
commit 540e56a9cc
2 changed files with 8 additions and 1 deletions

View file

@ -69,6 +69,8 @@ standard_settings: &standard_settings
#potlatch2_key: ""
# Whether to require users to view the CTs before continuing to edit...
require_terms_seen: false
# Whether to require users to agree to the CTs before editing
require_terms_agreed: false
development:
<<: *standard_settings