web/views/authentication.py
branchstable
changeset 5417 55ff79dad1a6
parent 4916 4b8cdda342ae
child 5421 8167de96c523
--- a/web/views/authentication.py	Tue Apr 27 11:25:40 2010 +0200
+++ b/web/views/authentication.py	Tue Apr 27 14:19:20 2010 +0200
@@ -58,7 +58,6 @@
         self.log_queries = vreg.config['query-log-file']
         self.authinforetreivers = sorted(vreg['webauth'].possible_objects(vreg),
                                     key=lambda x: x.order)
-        assert self.authinforetreivers
         self.anoninfo = vreg.config.anonymous_user()
 
     def validate_session(self, req, session):