author | sylvain.thenault@logilab.fr |
Tue, 28 Apr 2009 10:10:50 +0200 | |
branch | tls-sprint |
changeset 1492 | 53d28ac02868 |
parent 1491 | 742aff97dbf7 |
child 1493 | 8270580b65a0 |
selectors.py | file | annotate | diff | comparison | revisions |
--- a/selectors.py Tue Apr 28 10:10:04 2009 +0200 +++ b/selectors.py Tue Apr 28 10:10:50 2009 +0200 @@ -404,7 +404,7 @@ @objectify_selector @lltrace def authenticated_user(cls, req, *args, **kwargs): - """accept if user is anonymous""" + """accept if user is authenticated""" if req.cnx.anonymous_connection: return 0 return 1