Turning off the Terms of Service feature by default

This commit sponsored by Jessica Coates.  Thank you!
This commit is contained in:
Christopher Allan Webber 2013-12-03 11:51:46 -06:00
parent 7731e7c90b
commit 732ebe0cad
2 changed files with 3 additions and 3 deletions

View 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

View 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/"