Changes between Initial Version and Version 5 of Ticket #32030
- Timestamp:
- Sep 22, 2020, 5:23:43 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32030
- Property Owner changed from to
- Property Status new → closed
- Property Resolution → duplicate
- Property Has patch set
-
Ticket #32030 – Description
initial v5 4 4 5 5 It 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 7 https://github.com/django/django/pull/13444