Opened 8 years ago

Closed 8 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 8 years ago.

Download all attachments as: .zip

Change History (6)

by Jordi, 8 years ago

Attachment: 26960.diff added

comment:1 by Jordi, 8 years ago

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

comment:2 by Tim Graham, 8 years ago

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 by Jordi, 8 years ago

Patch needs improvement: unset

comment:5 by Tim Graham <timograham@…>, 8 years ago

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