﻿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
26175	Use create_user() managers in tests instead of hardcoding sha1 hashes	Tim Graham	Tim Graham	"In 39a7eed1bbf12020a077e4bec3d82e08f171a021, some test fixtures were converted to use the ORM. This was a good step, but we still have hardcoded sha1 hashes which aren't friendly to reverse if you actually need the user's password.

Also, the fixtures were converted programmatically and some fields from the fixtures aren't need in the ORM versions (such as `is_active=True` since that's the default).

Most usage of `self.client.login(**credentials)` should be converted to `self.client.force_login(user)`.

I attached a patch to get you started.

Please check the selenium tests too."	Cleanup/optimization	closed	contrib.admin	dev	Normal	fixed			Accepted	0	0	0	0	1	0
