If a logged in user has their Django User instance deleted, this package completely breaks. Either it will return a different user instance or return a message like "get() returned more than one User -- it returned 3!"
We had reports on our production app of users being logged into other people's accounts after their account was deleted.
If a logged in user has their Django
User
instance deleted, this package completely breaks. Either it will return a different user instance or return a message like"get() returned more than one User -- it returned 3!"
We had reports on our production app of users being logged into other people's accounts after their account was deleted.