#16919: Pass user to set_password_form in GET requests
--------------------------+------------------------------
 Reporter:  jaimeirurzun  |          Owner:  nobody
     Type:  New feature   |         Status:  new
Milestone:                |      Component:  contrib.auth
  Version:  1.3           |       Severity:  Normal
 Keywords:                |   Triage Stage:  Unreviewed
Has patch:  1             |  Easy pickings:  0
    UI/UX:  0             |
--------------------------+------------------------------
 SetPasswordForm is being passed None on GET requests even though there is
 always a user available at that point. This patch passes user, so you can
 use it in the form constructor for whatever - e.g. populate initial with
 values that depend on the user involved.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16919>
Django <https://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-updates@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