Changes between Initial Version and Version 1 of Ticket #34379


Ignore:
Timestamp:
Mar 2, 2023, 5:05:01 AM (19 months ago)
Author:
Dmitriy Sintsov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34379 – Description

    initial v1  
    11Probably the second part of token (32 chars) is too long for {1,20} regex:
    22
     3{{{
    34NoReverseMatch at /password-reset/
    45Reverse for 'password_reset_confirm' with keyword arguments '{'uidb64': 'MQ', 'token': 'bkfl1u-973ffa0db26e9754b6591f45ce331fd6'}' not found. 1 pattern(s) tried: ['reset/(?P<uidb64>[0-9A-Za-z_\\-]+)/(?P<token>[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/$']
     
    303114      {% endautoescape %}
    313215     
     33}}}
Back to Top