Turning off the Terms of Service feature by default
authorChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 3 Dec 2013 17:51:46 +0000 (11:51 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 3 Dec 2013 17:51:46 +0000 (11:51 -0600)
This commit sponsored by Jessica Coates.  Thank you!

mediagoblin.ini
mediagoblin/config_spec.ini

index 9a6313020e84346826d0ce982726c3d404531feb..fe9d5cd2942d9d545c395ece888b653ae50a6d3e 100644 (file)
@@ -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
index 971b615359d14039ecdc543feb4df6632d8f46a0..cc1ac6374b20f0930d63e6f8ac088c04aa27339d 100644 (file)
@@ -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/"