﻿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
14881	[nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature	Jonas H.	nobody	"This is a request to cherry-pick a recently submitted patch to Django-nonrel that makes it possible to use ``django.contrib.auth`` with databases that don't use integer-based auto IDs.

The URL token has to be changed anyway when Django-nonrel gets merged into Django trunk in 1.4 (or whenever), so it might be more convenient to change this behaviour earlier.

The patch does not do any backwards compatibility handling because I think it's not worth the effort although it should be rather easy (simply a compatibility URL associated with a view that un-base36s the id and then calls the wrapped view with the base64d ID)."	New feature	closed	contrib.auth	dev	Normal	fixed	nonrel	timograham@…	Ready for checkin	1	0	0	0	0	0
