I have a problem getting password_Reset_confirm bit working.
url:
(r\'^password_reset/$\', \'django.contrib.auth.views.password_reset\'), (r\'^passwo
Be sure to have this in your urls.py:
urlpatterns = [ url('^', include('django.contrib.auth.urls')) ]
See https://docs.djangoproject.com/en/1.8/topics/auth/default/#django.contrib.auth.views.password_reset Section: Authentication views