--- a/devtools/__init__.py Mon Apr 19 12:42:54 2010 +0200
+++ b/devtools/__init__.py Mon Apr 19 12:43:23 2010 +0200
@@ -87,13 +87,13 @@
{'type' : 'string',
'default': None,
'help': 'login of the CubicWeb user account to use for anonymous user (if you want to allow anonymous)',
- 'group': 'main', 'inputlevel': 1,
+ 'group': 'main', 'level': 1,
}),
('anonymous-password',
{'type' : 'string',
'default': None,
'help': 'password of the CubicWeb user account matching login',
- 'group': 'main', 'inputlevel': 1,
+ 'group': 'main', 'level': 1,
}),
))