Don't be as restrictive in token lengths for reset tokens
authorMagnus Hagander <magnus@hagander.net>
Mon, 20 Dec 2021 13:25:28 +0000 (14:25 +0100)
committerMagnus Hagander <magnus@hagander.net>
Mon, 20 Dec 2021 13:25:28 +0000 (14:25 +0100)
commit0796c5eac0595a89cf68316dbf5b93dfd1d14a94
treeb6aa364ca8c1fcf234a320e119f7f4d745703e49
parent901a5465f774d7db08ace54023218150c60d17a0
Don't be as restrictive in token lengths for reset tokens

Django 3.2 changed the length of the token. And the original URLs from
the django files aren't more restrictive, so there should be no need for
us to be -- so allow a more flexible token length, making it work on
both old and new django.
pgweb/account/urls.py