﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
33296	Allow manage.py changepassword to use DJANGO_SUPERUSER_PASSWORD	johnthagen	nobody	"The `createsuperuser` admin command can use a `DJANGO_SUPERUSER_PASSWORD` environment variable to set the password. This is very useful for automated/unattended installations as well as running Django within Docker where it is simpler to pass data into the container using environment variables.

https://docs.djangoproject.com/en/3.2/ref/django-admin/#createsuperuser

The `changepassword` admin command is used in a very similar way. It would be helpful if this command also provided a `--no-input` variant that would read from the `DJANGO_SUPERUSER_PASSWORD` environment variable and change a users password without interactively prompting for input.

https://docs.djangoproject.com/en/3.2/ref/django-admin/#changepassword"	New feature	closed	contrib.auth	3.2	Normal	wontfix	django-admin changepassword		Unreviewed	0	0	0	0	0	0
