Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#33443 closed Cleanup/optimization (fixed)

Conditions when PasswordResetView sends email should be listed more clearly

Reported by: Brad Owned by: Brad
Component: Documentation Version: 4.0
Severity: Normal Keywords: PasswordResetView, email
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

docs/topics/auth/default.txt could more clearly list the conditions when PasswordResetView sends email using a numbered list. Add explicit mention that is_active must be true, which is only mentioned in passing way further down in the documentation.

Change History (5)

comment:2 by Mariusz Felisiak, 2 years ago

Has patch: set
Owner: changed from nobody to Brad
Status: newassigned
Triage Stage: UnreviewedAccepted

comment:3 by Mariusz Felisiak, 2 years ago

Triage Stage: AcceptedReady for checkin

comment:4 by Mariusz Felisiak <felisiak.mariusz@…>, 2 years ago

Resolution: fixed
Status: assignedclosed

In b55ebe32:

Fixed #33443 -- Clarified when PasswordResetView sends an email.

comment:5 by Mariusz Felisiak <felisiak.mariusz@…>, 2 years ago

In 519b6d6:

[4.0.x] Fixed #33443 -- Clarified when PasswordResetView sends an email.

Backport of b55ebe32417e0884b6b8b3e1bc0379033aa221af from main

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