Changes between Initial Version and Version 5 of Ticket #32030


Ignore:
Timestamp:
Sep 22, 2020, 5:23:43 AM (4 years ago)
Author:
Ilya Chichak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32030

    • Property Owner changed from nobody to Ilya Chichak
    • Property Status newclosed
    • Property Resolutionduplicate
    • Property Has patch set
  • Ticket #32030 – Description

    initial v5  
    44
    55It will make possible to make email confirmation tokens, one time enter tokens and other with reimplementing `make_hash_value` method and setting separate timeout for each token generator. Current `PasswordResetTokenGenerator` will be implementation of `BaseTokenGenerator` where `TOKEN_TIMEOUT` will be `settings.PASSWORD_RESET_TIMEOUT`. So, for all logic, that uses `PasswordResetTokenGenerator` nothing will be changed.
     6
     7https://github.com/django/django/pull/13444
Back to Top