diff -r 5b75fd66c80e -r d7a270f50f54 server/serverconfig.py --- a/server/serverconfig.py Sun Nov 08 21:53:18 2009 +0100 +++ b/server/serverconfig.py Fri Nov 20 19:35:54 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,