#27891 closed Bug (fixed)
Allow setting a login backend when using PasswordResetConfirmView
Reported by: | Camilo Nova | Owned by: | Camilo Nova |
---|---|---|---|
Component: | contrib.auth | Version: | 1.11 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
When using PasswordResetConfirmView
and post_reset_login=True
you get an error when having multiple AUTHENTICATION_BACKENDS
you get this error:
You have multiple authentication backends configured and therefore must provide the backend
argument or set the backend
attribute on the user.
I will work on a patch to fix this.
Change History (5)
comment:1 by , 8 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 8 years ago
Summary: | Allow to set a login backend when using PasswordResetConfirmView → Allow setting a login backend when using PasswordResetConfirmView |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 8 years ago
Patch needs improvement: | set |
---|
Note:
See TracTickets
for help on using tickets.
I have created this PR https://github.com/django/django/pull/8134