I assume that the rest of the admin is working?
What version of Django are you using?
Have you done anything out of the ordinary in urls.py?
The problem seems to be that there is no URL pattern for the password
change form, which means the user edit URL pattern will match instead,
or that the pattern for password change comes after a broader pattern.
Regards,
Martin Melin