Re: Possible Bug in password_reset_form

2015-10-07 Thread mwidman
wrote: > > In Django 1.9, the "extra_email_context" parameter was added to achieve > this. > > > https://docs.djangoproject.com/en/1.9/topics/auth/default/#django.contrib.auth.views.password_reset > > On Monday, October 5, 2015 at 5:48:57 PM UTC-4, mwidman wrote: &g

Possible Bug in password_reset_form

2015-10-05 Thread mwidman
Not sure if this intentional or not, but in Django 1.8.4 the PasswordResetForm's save function only passes a dictionary as the context to "send_mail()". Because of that, there is now way to add any extra information (i.e. from a RequestContext). Can anyone say if this is done for some securit