backport https-deny-anonymous option type fix done in default stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 03 Feb 2012 18:35:11 +0100
branchstable
changeset 8197 9e1da97d9b75
parent 8196 50e5ce9dcef1
child 8198 ce9c6ae03c2d
backport https-deny-anonymous option type fix done in default
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 '