Changes between Initial Version and Version 1 of Ticket #18998, comment 10
- Timestamp:
- May 18, 2013, 7:02:46 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18998, comment 10
initial v1 1 In the same way if a user logs in with backend A and then we remove A from {{{AUTHENTICATION_BACKENDS}}} the user will still be log in even if the backend is no longer available in {{{AUTHENTICATION_BACKENDS}}} but the module is.1 The patch submited by @mhaligowski did not fix this ticket's issue but another that I've just raise (https://code.djangoproject.com/ticket/20438#ticket). 2 2 3 Will write a patch and send a Pull Request.3 Following @claudep advice in the first comment I've submit a patch capturing {{{ImproperlyConfigured}}} and returning an {{{AnonymousUser}}} instead. Pull request here https://github.com/django/django/pull/1092.