django關於實現找回密碼功能-----經過郵件來重置密碼

首先要調用發送郵件的函數,要成功的發送跳轉地址,這裏的跳轉地址要儲存在數據庫中,以便之後能夠知道是哪一個帳號要進行重置密碼 # _*_ coding: utf-8 _*_ __author__ = 'LelandYan' __date__ = '2018/9/17 13:38' from random import Random from django.core.mail import send_
相關文章
相關標籤/搜索