Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AE UTBM
Sith
Commits
37a5db53
Commit
37a5db53
authored
Jun 12, 2017
by
Skia
🤘
Browse files
Re-fix AnonymousUser
Signed-off-by:
Skia
<
skia@libskia.so
>
parent
b06f270e
Pipeline
#1058
failed with stage
in 4 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
core/models.py
View file @
37a5db53
...
...
@@ -28,7 +28,7 @@ from django.contrib.auth.models import AbstractBaseUser, PermissionsMixin, UserM
from
django.utils.translation
import
ugettext_lazy
as
_
from
django.utils
import
timezone
from
django.core
import
validators
from
django.core.exceptions
import
ValidationError
from
django.core.exceptions
import
ValidationError
,
PermissionDenied
from
django.core.urlresolvers
import
reverse
from
django.conf
import
settings
from
django.db
import
transaction
...
...
@@ -518,9 +518,13 @@ class AnonymousUser(AuthAnonymousUser):
return
False
@
property
def
is_banned_co
n
uter
(
self
):
def
is_banned_cou
n
ter
(
self
):
return
False
@
property
def
forum_infos
(
self
):
raise
PermissionDenied
def
is_in_group
(
self
,
group_name
):
"""
The anonymous user is only the public group
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment