I've got a piston based app, I want to be able to send a password reset email + having trouble working it out.
I tried this so far: from django.contrib.auth.views import password_reset password_reset(request, post_reset_redirect = '/') But no email seems to be sent... not sure how to fully debug this. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

