--
Ticket URL: <https://code.djangoproject.com/ticket/25089>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_docs: => 0
* needs_tests: => 0
Old description:
> Password validation has been added to the SetPasswordForm and the
> AdminChangePasswordForm. It should also be added to the
> UserCreationField, to the management command 'changepassword', and to the
> management command 'createsuperuser' when run in interactive mode.
New description:
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.
--
--
Ticket URL: <https://code.djangoproject.com/ticket/25089#comment:1>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/25089#comment:2>
* keywords: => 1.9
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/25089#comment:3>
--
Ticket URL: <https://code.djangoproject.com/ticket/25089#comment:4>
* needs_better_patch: 1 => 0
Comment:
[https://github.com/django/django/pull/5073 Updated PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/25089#comment:5>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"53d28f83390aed98fab4eed187eaf1edaa92c6d0" 53d28f8]:
{{{
#!CommitTicketReference repository=""
revision="53d28f83390aed98fab4eed187eaf1edaa92c6d0"
Fixed #25089 -- Added password validation to
createsuperuser/changepassword.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25089#comment:6>