diff -r 5507aa75f601 -r a191b3b9e455 server/serverconfig.py --- a/server/serverconfig.py Thu Nov 12 17:36:15 2009 +0100 +++ b/server/serverconfig.py Fri Nov 13 09:13:30 2009 +0100 @@ -10,7 +10,7 @@ import os from os.path import join, exists -from logilab.common.configuration import REQUIRED, Method, Configuration, \ +from logilab.common.configuration import Method, Configuration, \ ini_format_section from logilab.common.decorators import wproperty, cached, clear_cache @@ -22,7 +22,7 @@ USER_OPTIONS = ( ('login', {'type' : 'string', - 'default': REQUIRED, + 'default': 'admin', 'help': "cubicweb manager account's login " '(this user will be created)', 'inputlevel': 0,