]> git.openstreetmap.org Git - rails.git/commitdiff
Default REQUIRE_TERMS_SEEN to false for now
authorTom Hughes <tom@compton.nu>
Sat, 2 Apr 2011 15:40:51 +0000 (16:40 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 3 Apr 2011 12:46:16 +0000 (13:46 +0100)
config/example.application.yml

index 5037af1b0dd5a1971425f66ec71e9589c88cf9be..01a21ec77949c6a7e3c119a486159080c405a4e6 100644 (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...
   # 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
 
 development:
   <<: *standard_settings