server/serverconfig.py
branchstable
changeset 3835 a191b3b9e455
parent 3638 648d6dbec630
child 3890 d7a270f50f54
child 3900 a26f50cb7e70
--- 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,