1
我創建一個新用戶,並指定該用戶的密碼:如何讓新用戶重置密碼?
user = User(username = username, email = email)
user.set_unusable_password()
user.save()
當這個新用戶嘗試重置密碼,他們得到一個錯誤:
The user account associated with this e-mail address cannot reset the password
Thanx,你幫了很大忙! – inoks