Default REQUIRE_TERMS_SEEN to false for now

This commit is contained in:
Tom Hughes 2011-04-02 16:40:51 +01:00
parent 452879ee03
commit 7fd956260e

View file

@ -66,7 +66,7 @@ standard_settings: &standard_settings
# OAuth consumer key for Potlatch 2
#potlatch2_key: ""
# Whether to require users to view the CTs before continuing to edit...
require_terms_seen: true
require_terms_seen: false
development:
<<: *standard_settings