django1/django/contrib/auth/management/commands
Russell Keith-Magee b9a20d1e3b Fixed #15371 -- Ensure that a superuser created with the createsuperuser management command with --noinput has an invalid password, not a blank password. Thanks to yishaibeeri for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15631 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-22 11:33:04 +00:00
..
__init__.py Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq. 2008-06-08 05:31:16 +00:00
changepassword.py Fixed #6273 -- Added a 'changepassword' management command. Thanks to Ludvig Ericson and Justin Lilly for their work on this patch. 2010-01-29 08:10:29 +00:00
createsuperuser.py Fixed #15371 -- Ensure that a superuser created with the createsuperuser management command with --noinput has an invalid password, not a blank password. Thanks to yishaibeeri for the report and patch. 2011-02-22 11:33:04 +00:00