You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bug when trying to add anonymous user to session
With the new json serializer, we can't serialize an AnonymousUser. Let's
return a view that says they have no permissions instead, and prompt them to
log out
returnHttpResponse('Sorry, your user does not have permission to access this application. Please <a href="{0}">Log Out</a> and try again'.format(logout_url))
0 commit comments