web/application.py
changeset 2867 e8581a4f1bae
parent 2788 8d3dbe577d3a
parent 2849 297a4b5c6ce4
child 2887 1282dc6525c5
--- a/web/application.py	Fri Aug 14 15:53:12 2009 +0200
+++ b/web/application.py	Sun Aug 16 20:27:28 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):