Opened 16 years ago

Closed 15 years ago

Last modified 12 years ago

#8980 closed (fixed)

missing documentation for password_reset_confirm, password_reset_complete views

Reported by: aaronkrill Owned by: nobody
Component: Documentation Version: 1.0
Severity: Keywords: pycamp2009 kkmegapatch
Cc: a, Manuel Kaufmann Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

there's no docs! help!

Attachments (1)

auth.txt.patch (1.8 KB ) - added by Manuel Kaufmann 15 years ago.
Documentation of password_reset_confirm and password_reset_complete

Download all attachments as: .zip

Change History (13)

comment:1 by aaronkrill, 16 years ago

comment:2 by Adrian Holovaty, 16 years ago

Resolution: invalid
Status: newclosed

comment:3 by anonymous, 16 years ago

Resolution: invalid
Status: closedreopened

this is not an invalid ticket, this documentation does not exist.

http://www.djangoproject.com/documentation/authentication/#other-built-in-views

comment:4 by Carl Meyer, 16 years ago

Summary: missing documentation for password_reset_confirm viewmissing documentation for password_reset_confirm, password_reset_complete views

That's a link to the old documentation, which is irrelevant. It's true, however, that password_reset_confirm and password_reset_complete views are not documented in the new docs either: http://docs.djangoproject.com/en/dev/topics/auth/#topics-auth

comment:5 by Karen Tracey, 16 years ago

So basically what this ticket tried to say is that the changes & additions to the various password_xxx views made by [8162] should be reflected in the documentation for those views, which carljm has pointed to? (A pointer the existing doc and a few words about how it didn't seem to match up with what's actually in the code, minus the exclamation points, no doubt would have helped improve the reception given to this ticket. Just my guess.)

comment:6 by Jacob, 15 years ago

milestone: 1.1
Triage Stage: UnreviewedAccepted

comment:7 by Manuel Kaufmann, 15 years ago

I documented the function password_reset_confirm and attach the patch.

comment:8 by Manuel Kaufmann, 15 years ago

Cc: Manuel Kaufmann added
Has patch: set
Keywords: pycamp2009 added

by Manuel Kaufmann, 15 years ago

Attachment: auth.txt.patch added

Documentation of password_reset_confirm and password_reset_complete

in reply to:  7 comment:9 by Manuel Kaufmann, 15 years ago

Replying to humitos:

I documented the function password_reset_confirm and attach the patch.

password_reset_complete is documented too.

comment:10 by Kevin Kubasik, 15 years ago

Keywords: kkmegapatch added

comment:11 by Jacob, 15 years ago

Resolution: fixed
Status: reopenedclosed

(In [10303]) A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #9529,

comment:12 by Jacob, 12 years ago

milestone: 1.1

Milestone 1.1 deleted

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