﻿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
24315	Using UUIDField for id of custom User model prevents password reset confirm view	James Beith	Tim Graham	"When using the new UUIDField in Django 1.8 for the id of a custom User model, the auth view `password_reset_confirm` throws a `ProgrammingError` exception when it attempts to get the user.

{{{
operator does not exist: uuid = bytea
LINE 1: ..."" FROM ""common_person"" WHERE ""common_person"".""id"" = '\x63363...

HINT:  No operator matches the given name and argument type(s). You might need to add explicit type casts.
}}}"	Bug	closed	contrib.auth	1.8alpha1	Release blocker	fixed			Ready for checkin	1	0	0	0	0	0
