web/application.py
branchstable
changeset 2849 297a4b5c6ce4
parent 2706 09baf5175196
child 2867 e8581a4f1bae
child 4212 ab6573088b4a
--- a/web/application.py	Fri Aug 14 15:34:00 2009 +0200
+++ b/web/application.py	Fri Aug 14 15:34:49 2009 +0200
@@ -41,10 +41,6 @@
         if self.session_time:
             assert self.cleanup_session_time < self.session_time
             assert self.cleanup_anon_session_time < self.session_time
-        self.set_authmanager()
-        CW_EVENT_MANAGER.bind('after-registry-reload', self.set_authmanager)
-
-    def set_authmanager(self):
         self.authmanager = self.vreg['components'].select('authmanager')
 
     def clean_sessions(self):