#32407: Add token generator for email verification
----------------------------------+--------------------------------------
     Reporter:  Kobus van Schoor  |                    Owner:  nobody
         Type:  New feature       |                   Status:  closed
    Component:  contrib.auth      |                  Version:  master
     Severity:  Normal            |               Resolution:  wontfix
     Keywords:  auth,token        |             Triage Stage:  Unreviewed
    Has patch:  1                 |      Needs documentation:  0
  Needs tests:  0                 |  Patch needs improvement:  0
Easy pickings:  0                 |                    UI/UX:  0
----------------------------------+--------------------------------------

Comment (by Kobus van Schoor):

 Thanks for the feedback, please note that this is a new generator separate
 from the PasswordResetTokenGenerator which still has tokens that are
 invalidated when the user logs in/changes their password. This new
 generator is specifically for generating tokens that are used to validate
 a user's email, hence the more relaxed conditions (since a user won't
 expect a email verification token to be invalidated after logging in). I
 can add the user's password back to the hash generation so that changing
 your password still invalidates the token?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32407#comment:2>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/072.dde4ced80075cc84af92ee36ff2aaab2%40djangoproject.com.

Reply via email to