﻿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
32198	Passwords of users created in admin user interface possibly not hashed?	jrdjango	nobody	"After I created a new user using http://127.0.0.1:8000/admin/users, I see the plain password of the newly created user in the django admin user interface.

When I try to log this user in, user = authenticate(request,...) returns None.

When I create a superuser from the console and go to http://127.0.0.1:8000/admin/users, I see in the admin user interface that the superuser's password is hashed.

When I log the superuser in, I don't have any problems.

(I'm  new to django, so in case this is nonsense, I beg your pardon.)

"	Uncategorized	closed	contrib.admin	3.0	Normal	invalid			Unreviewed	0	0	0	0	0	0
