Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#14584 closed (fixed)

PASSWORD_RESET_TIMEOUT_DAYS is not documented

Reported by: Christoph Schindler Owned by: anonymous
Component: Documentation Version: dev
Severity: 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

settings.PASSWORD_RESET_TIMEOUT_DAYS from contrib.auth does not appear in the full list of available settings.

This setting gives the life time of a password reset token (I think).

Attachments (2)

password_reset.diff (488 bytes ) - added by Adam Mckerlie <adammckerlie@…> 14 years ago.
PASSWORD_RESET_TIMEOUT_DAYS patch
password_reset.2.diff (489 bytes ) - added by Adam Mckerlie <adammckerlie@…> 14 years ago.
Proper punctuation

Download all attachments as: .zip

Change History (6)

comment:1 by Gabriel Hurley, 14 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Adam Mckerlie <adammckerlie@…>, 14 years ago

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

Just attached a diff of the settings...

by Adam Mckerlie <adammckerlie@…>, 14 years ago

Attachment: password_reset.diff added

PASSWORD_RESET_TIMEOUT_DAYS patch

by Adam Mckerlie <adammckerlie@…>, 14 years ago

Attachment: password_reset.2.diff added

Proper punctuation

comment:3 by Gabriel Hurley, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [14437]) Fixed #14584 -- Documented settings.PASSWORD_RESET_TIMEOUT_DAYS. Also fixed some cross-refs in the neighborhood. Thanks to hop for the report and Adam Mckerlie for the draft patch.

comment:4 by Gabriel Hurley, 14 years ago

(In [14438]) [1.2.X] Fixed #14584 -- Documented settings.PASSWORD_RESET_TIMEOUT_DAYS. Also fixed some cross-refs in the neighborhood. Thanks to hop for the report and Adam Mckerlie for the draft patch.

Backport of [14437] from trunk.

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