#15949 closed Bug (fixed)
documentation for view password_reset_done needs changing.
Reported by: | Owned by: | ||
---|---|---|---|
Component: | Documentation | Version: | 1.3 |
Severity: | Normal | Keywords: | dceu2011 |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
http://docs.djangoproject.com/en/1.3/topics/auth/#django.contrib.auth.views.password_reset_done
The text reads:
"The page shown after a user has reset their password."
A better wording would be:
"The page shown after a user has been emailed a link to reset their password. This view is called by default, if the view password_reset was not supplied a post_reset_redirect URL.
The exact same change applies to versions 1.2 and development branch.
Attachments (1)
Change History (8)
comment:1 by , 14 years ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Type: | Cleanup/optimization → Bug |
comment:2 by , 14 years ago
I agree that password_reset_done is a bad name. However, fixing that would require changing code, whereas my suggestion only involved a documentation change. I wasn't clear on how much or what, should be put into a ticket, but it seemed like a pure text-only change would be simpler.
comment:3 by , 13 years ago
Owner: | changed from | to
---|---|
UI/UX: | unset |
by , 13 years ago
Attachment: | ticket-15949.diff added |
---|
comment:4 by , 13 years ago
Has patch: | set |
---|
comment:5 by , 13 years ago
Keywords: | dceu2011 added |
---|---|
Triage Stage: | Accepted → Ready for checkin |
Build the docs without problems and it looks OK.
Describes the behaviour.
(plus
password_reset_done
is a bad name)