diff -r 742aff97dbf7 -r 53d28ac02868 selectors.py --- 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