﻿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
2329	Allow password set on User's admin interface	alang@…	Adrian Holovaty	"The password field that currently appears on the admin page for ""User"" is the field with the hashed value in it. It is difficult to set or reset a user's password with this page, because it requires generating the correct string in a Python interpreter shell and cutting and pasting it into the field. Overall, it is just simpler to use the raw User.set_password() function in a shell.

This request is for an additional ""password"" field on the admin interface. When a value is entered into this field, it is used to set the user's password. The old password field should then be renamed ""password hash"" and be hidden by default.
"	enhancement	closed	contrib.admin		normal	duplicate			Unreviewed	0	0	0	0	0	0
