From 7fd956260ee2d47de1c15fae53f86873bfbe7fc4 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 2 Apr 2011 16:40:51 +0100 Subject: [PATCH] Default REQUIRE_TERMS_SEEN to false for now --- config/example.application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2