Opened 10 years ago

Last modified 10 years ago

#23948 closed New feature

Password handling page templates should use Form's help_text not hardcoded value — at Version 1

Reported by: James McMahon Owned by: nobody
Component: contrib.auth Version: dev
Severity: Normal Keywords: help, password, form
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: yes UI/UX: yes

Description (last modified by James McMahon)

Password set and change forms in the admin display hardcoded help text, despite using a Form object for some of the page (e.g. input). They should use the help_text specified on the field in the form definition (e.g. to support easy inclusion of password strength requirement help text). The current hardcoded values can be set as the default on the forms used if they are not replaced.

Patch demonstrating request attached

Change History (2)

by James McMahon, 10 years ago

Attachment: password_help.patch added

patch which acheives the described behaviour

comment:1 by James McMahon, 10 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top