server/__init__.py
branchstable
changeset 6126 aca6a2c357fd
parent 5750 b3bc214cd479
child 6427 c8a5ac2d1eaa
--- a/server/__init__.py	Fri Aug 20 08:17:04 2010 +0200
+++ b/server/__init__.py	Fri Aug 20 08:21:15 2010 +0200
@@ -131,11 +131,9 @@
     config.creating = True
     config.consider_user_state = False
     config.set_language = False
-    # only enable the system source at initialization time + admin which is not
-    # an actual source but contains initial manager account information
-    config.enabled_sources = ('system', 'admin')
+    # only enable the system source at initialization time
+    config.enabled_sources = ('system',)
     repo = Repository(config, vreg=vreg)
-    assert len(repo.sources) == 1, repo.sources
     schema = repo.schema
     sourcescfg = config.sources()
     _title = '-> creating tables '