I want to be able to send a password reset email using django.contrib.auth.views.password_reset
but without using the browser – password_reset needs a populated form, is there a way I can create this programmatically and get the email sent?
I want to be able to send a password reset email using django.contrib.auth.views.password_reset but
Share
1 Answer