#10952 closed (fixed)
Documentation of user authentication needs improvement
Reported by: | Daniel Hepper | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
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
The section Other built-in views is incomplete/wrong.
E.g. it says:
"views.password_reset(): Allows a user to reset their password, and sends them the new password in an e-mail." In reality, a one-use only link is created to reset the password.
The attached patch fixes this and other inconsistencies.
Attachments (2)
Change History (8)
by , 16 years ago
Attachment: | docs_auth.txt.patch added |
---|
comment:1 by , 16 years ago
Component: | Uncategorized → Documentation |
---|
comment:2 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 15 years ago
by , 15 years ago
Attachment: | 10952.diff added |
---|
comment:4 by , 15 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:5 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
much of this has been addressed in #10272, however, the issue of emailing the one-time use password reset link is still undocumented so updating the patch to reflect the change that still needs to be made.