Opened 9 years ago

Closed 9 years ago

#25089 closed New feature (fixed)

Apply password validation to createsuperuser and changepassword commands

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

Description (last modified by Alex)

Password validation has been added to the SetPasswordForm and the AdminChangePasswordForm. It should also be added to the UserCreationForm, to the management command 'changepassword', and to the management command 'createsuperuser' when run in interactive mode.

Change History (6)

comment:1 by Alex, 9 years ago

Description: modified (diff)
Summary: Apply password validation to more fields and commandsApply password validation to more forms and commands

comment:2 by Tim Graham, 9 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Tim Graham, 9 years ago

Keywords: 1.9 added
Patch needs improvement: set

comment:4 by Tim Graham, 9 years ago

Summary: Apply password validation to more forms and commandsApply password validation to createsuperuser and changepassword commands

comment:5 by Tim Graham, 9 years ago

Patch needs improvement: unset

comment:6 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: newclosed

In 53d28f8:

Fixed #25089 -- Added password validation to createsuperuser/changepassword.

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