[config, migration] fix https-deny-anonymous option type
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 31 Jan 2012 11:49:15 +0100
changeset 8186 341c57b39dc9
parent 8184 9be5625b1c34
child 8187 981f6e487788
[config, migration] fix https-deny-anonymous option type
web/webconfig.py
--- a/web/webconfig.py	Mon Jan 30 20:57:05 2012 +0100
+++ b/web/webconfig.py	Tue Jan 31 11:49:15 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 '