# HG changeset patch # User Sylvain Thénault # Date 1328290511 -3600 # Node ID 9e1da97d9b7552b2f8327e1045cc71e76713d314 # Parent 50e5ce9dcef11508391ad714b69c4a89c834291b backport https-deny-anonymous option type fix done in default diff -r 50e5ce9dcef1 -r 9e1da97d9b75 web/webconfig.py --- a/web/webconfig.py Fri Feb 03 17:53:53 2012 +0100 +++ b/web/webconfig.py Fri Feb 03 18:35:11 2012 +0100 @@ -116,7 +116,7 @@ 'group': 'main', 'level': 3, }), ('https-deny-anonymous', - {'type': 'string', + {'type': 'yn', 'default': False, 'help': 'Prevent anonymous user to browse thought https version of ' 'the site (https-url). Login form will then be displayed '