Skip to content
Snippets Groups Projects
Commit 9ecc40ad authored by Benjamin Graillot's avatar Benjamin Graillot
Browse files

[note_kfet] Disable Guardian AnonymousUser

parent 085cd90a
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,8 @@ AUTHENTICATION_BACKENDS = (
'guardian.backends.ObjectPermissionBackend',
)
ANONYMOUS_USER_NAME = None # Disable guardian anonymous user
GUARDIAN_GET_CONTENT_TYPE = 'polymorphic.contrib.guardian.get_polymorphic_base_content_type'
# Internationalization
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment