# HG changeset patch # User Sylvain Thénault # Date 1272370760 -7200 # Node ID 55ff79dad1a684bd60ac520f45b97dc548565b00 # Parent cd95e4660864c4f6a1a0c7b98b66d0e4ad2e9158 [web auth] remove assertion, we may want to remove authentication info retreivers to disallow login from the web ui diff -r cd95e4660864 -r 55ff79dad1a6 web/views/authentication.py --- 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):