#36837: Client.force_login won't work for permission-only backends inheriting 
from
BaseBackend
-------------------------------------+-------------------------------------
     Reporter:  Christian Hartung    |                    Owner:  (none)
         Type:                       |                   Status:  new
  Cleanup/optimization               |
    Component:  contrib.auth         |                  Version:  6.0
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Comment (by VIZZARD-X):

 I have opened a Pull Request with the fix and regression tests:
 https://github.com/django/django/pull/20485

 - The fix ensures `Client.force_login` and `AsyncClient.aforce_login`
 verify that the selected backend can actually retrieve a user (via
 `get_user`) before using it. This resolves the crash/incompatibility with
 permission-only backends like `django-rules`.
-- 
Ticket URL: <https://code.djangoproject.com/ticket/36837#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-updates/0107019b7e92944c-11af2b65-272d-4514-8b1f-4438bf72fd6a-000000%40eu-central-1.amazonses.com.

Reply via email to