Django

Code

Ticket #8980 (closed: fixed)

Opened 1 year ago

Last modified 10 months ago

missing documentation for password_reset_confirm, password_reset_complete views

Reported by: aaronkrill Assigned to: nobody
Milestone: 1.1 Component: Documentation
Version: 1.0 Keywords: pycamp2009 kkmegapatch
Cc: a, humitos Triage Stage: Accepted
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

there's no docs! help!

Attachments

auth.txt.patch (1.8 kB) - added by humitos on 03/23/09 14:54:19.
Documentation of password_reset_confirm and password_reset_complete

Change History

09/08/08 18:57:43 changed by aaronkrill

  • needs_better_patch changed.
  • needs_tests changed.
  • needs_docs changed.

09/08/08 20:51:14 changed by adrian

  • status changed from new to closed.
  • resolution set to invalid.

09/09/08 13:49:13 changed by anonymous

  • status changed from closed to reopened.
  • resolution deleted.

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

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

09/09/08 16:03:31 changed by carljm

  • summary changed from missing documentation for password_reset_confirm view to missing 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

09/09/08 16:40:51 changed by kmtracey

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.)

02/25/09 16:54:59 changed by jacob

  • stage changed from Unreviewed to Accepted.
  • milestone set to 1.1.

(follow-up: ↓ 9 ) 03/23/09 14:11:20 changed by humitos

I documented the function password_reset_confirm and attach the patch.

03/23/09 14:17:20 changed by humitos

  • cc changed from a to a, humitos.
  • keywords set to pycamp2009.
  • has_patch set to 1.

03/23/09 14:54:19 changed by humitos

  • attachment auth.txt.patch added.

Documentation of password_reset_confirm and password_reset_complete

(in reply to: ↑ 7 ) 03/23/09 14:55:36 changed by humitos

Replying to humitos:

I documented the function password_reset_confirm and attach the patch.

password_reset_complete is documented too.

03/30/09 10:03:53 changed by kkubasik

  • keywords changed from pycamp2009 to pycamp2009 kkmegapatch.

03/31/09 18:34:04 changed by jacob

  • status changed from reopened to closed.
  • resolution set to fixed.

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


Add/Change #8980 (missing documentation for password_reset_confirm, password_reset_complete views)




Change Properties
Action