I can’t seem to able to get the app to output an email with the token. I’m at a loss.
here’s my here’s some code from the urls.py:
url(r’^accounts/password/reset/(?P[0-9A-Za-z]+)-(?P.+)/$’,
password_reset_confirm,
{‘template_name’:‘registration/password_reset_confirm.html’},
name=“password_reset_confirm”),