Changes between Initial Version and Version 1 of Ticket #34379
- Timestamp:
- Mar 2, 2023, 5:05:01 AM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34379 – Description
initial v1 1 1 Probably the second part of token (32 chars) is too long for {1,20} regex: 2 2 3 {{{ 3 4 NoReverseMatch at /password-reset/ 4 5 Reverse 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})/$'] … … 30 31 14 {% endautoescape %} 31 32 15 33 }}}