Turning off the Terms of Service feature by default
This commit sponsored by Jessica Coates. Thank you!
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user