From: Tom Hughes Date: Sat, 2 Apr 2011 15:40:51 +0000 (+0100) Subject: Default REQUIRE_TERMS_SEEN to false for now X-Git-Tag: live~6278^2~95 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/7fd956260ee2d47de1c15fae53f86873bfbe7fc4?ds=sidebyside Default REQUIRE_TERMS_SEEN to false for now --- diff --git a/config/example.application.yml b/config/example.application.yml index 5037af1b0..01a21ec77 100644 --- a/config/example.application.yml +++ b/config/example.application.yml @@ -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