﻿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
13594	error when trying to change password on a user extended class	urielbertoche	nobody	"this is my admin.py on medico app
{{{
from rsm.medico.models import Medico, Telefone
from django.contrib import admin

class MedicoAdmin(admin.ModelAdmin):
    list_display = ('username', 'id', 'email')

admin.site.register(Medico, MedicoAdmin)
}}}

when I click ""change password"" on add medico form, I get this error message

{{{
Request Method: 	GET
Request URL: 	http://localhost:8000/admin/medico/medico/add/password/
Django Version: 	1.2 rc 1
Exception Type: 	ValueError
Exception Value: 	

invalid literal for int() with base 10: 'add/password'
...
}}}
"		closed	contrib.admin	1.2		fixed	password		Unreviewed	0	0	0	0	0	0
