Small AnonymousUser fix (le gaulois)

This commit is contained in:
Skia 2016-08-26 21:09:32 +02:00
parent 01c3991988
commit 3e0b964e9b

View File

@ -389,6 +389,10 @@ class AnonymousUser(AuthAnonymousUser):
def subscribed(self):
return False
@property
def is_root(self):
return False
def is_in_group(self, group_name):
"""
The anonymous user is only the public group