#14446: auth.views.password_reset_confirm should never be cached
----------------------------+-----------------------------------------------
 Reporter:  PaulM           |       Owner:  PaulM     
   Status:  new             |   Milestone:  1.3       
Component:  Authentication  |     Version:  1.2       
 Keywords:                  |       Stage:  Unreviewed
Has_patch:  1               |  
----------------------------+-----------------------------------------------
 I'm splitting this issue off from #14105, as it is separate from the meat
 of that ticket.

 `Django.contrib.auth.views.password_reset_confirm` needs the `never_cache`
 decorator.

 To reproduce:
 {{{
 1. Start a new project. Add  django.contrib.admin  and setup a sqlite
 database. Test result: OK.

 2. Add the required cache settings and the update/fetch middleware. Tests
 result: FAILED (failures=1, errors=27)
 }}}

 This issue is that single failure.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14446>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to