NoReverseMatch on password_Reset_confirm

前端 未结 5 1956
梦如初夏
梦如初夏 2020-12-16 13:05

I have a problem getting password_Reset_confirm bit working.

url:

(r\'^password_reset/$\', \'django.contrib.auth.views.password_reset\'),
(r\'^passwo         


        
5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-16 13:20

    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.

提交回复
热议问题