I have a problem getting password_Reset_confirm bit working.
url:
(r\'^password_reset/$\', \'django.contrib.auth.views.password_reset\'), (r\'^passwo
It might be a built-in view, but you still need a URL for it. You should define one in urls.py and link it up to the password_reset_confirm view.
password_reset_confirm