#14724: Auth Password Reset View depends on Integer user ID,
-------------------------------------+--------------------------------------
          Reporter:  quinode         |         Owner:  nobody      
            Status:  new             |     Milestone:              
         Component:  Authentication  |       Version:  1.2         
        Resolution:                  |      Keywords:  User ID UUID
             Stage:  Unreviewed      |     Has_patch:  0           
        Needs_docs:  0               |   Needs_tests:  0           
Needs_better_patch:  0               |  
-------------------------------------+--------------------------------------
Changes (by quinode):

  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 Forgot to mention that the base36-encoded Integer is of course expected
 also in '''django.contrib.auth.urls''' :
 {{{
 (r'^reset/(?P<uidb36>[0-9A-Za-z]+)-(?P<token>.+)/$',
 'django.contrib.auth.views.password_reset_confirm'),
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14724#comment:1>
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 [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-updates?hl=en.

Reply via email to