From 732ebe0cad8b53bed6399fb7d30c351c2a502c3d Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Tue, 3 Dec 2013 11:51:46 -0600 Subject: [PATCH] Turning off the Terms of Service feature by default This commit sponsored by Jessica Coates. Thank you! --- mediagoblin.ini | 4 ++-- mediagoblin/config_spec.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mediagoblin.ini b/mediagoblin.ini index 9a631302..fe9d5cd2 100644 --- a/mediagoblin.ini +++ b/mediagoblin.ini @@ -32,8 +32,8 @@ allow_reporting = true ## install other themes. # theme = airy -## If you don't want the terms of service displayed, you can uncomment this -# show_tos = false +## If you want the terms of service displayed, you can uncomment this +# show_tos = true [storage:queuestore] base_dir = %(here)s/user_dev/media/queue diff --git a/mediagoblin/config_spec.ini b/mediagoblin/config_spec.ini index 971b6153..cc1ac637 100644 --- a/mediagoblin/config_spec.ini +++ b/mediagoblin/config_spec.ini @@ -48,7 +48,7 @@ allow_reporting = boolean(default=True) # Enable/disable terms of service # ... Note: you can override the terms of service template on a # per-site basis... -show_tos = boolean(default=True) +show_tos = boolean(default=False) # By default not set, but you might want something like: # "%(here)s/user_dev/templates/"