Opened 7 years ago

Closed 7 years ago

#26960 closed New feature (fixed)

Allow user login after password reset

Reported by: Jordi Owned by: Jordi
Component: contrib.auth Version: 1.9
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Sometimes it's useful to log in users right after they have successfully reset their passwords. This patch adds a new attribute to the PasswordResetConfirmView to activate this behaviour.

Attachments (1)

26960.diff (3.5 KB) - added by Jordi 7 years ago.

Download all attachments as: .zip

Change History (6)

Changed 7 years ago by Jordi

Attachment: 26960.diff added

comment:1 Changed 7 years ago by Jordi

Has patch: set
Owner: changed from nobody to Jordi
Status: newassigned

comment:2 Changed 7 years ago by Tim Graham

Patch needs improvement: set
Triage Stage: UnreviewedAccepted

Seems reasonable. Could you send your patch as a pull request and check it with the PatchReviewChecklist? Then add a link to the pull request here and uncheck "Patch needs improvement" on the ticket.

comment:3 Changed 7 years ago by Jordi

Patch needs improvement: unset

comment:5 Changed 7 years ago by Tim Graham <timograham@…>

Resolution: fixed
Status: assignedclosed

In 0814566b:

Fixed #26960 -- Added PasswordResetConfirmView option to automatically log in after a reset.

Note: See TracTickets for help on using tickets.
Back to Top