1
-
# These URLs are normally mapped to /admin/urls.py. This URLs file is
1
+
# These URLs are normally mapped to /admin/urls.py. This URLs file is
2
2
# provided as a convenience to those who want to deploy these URLs elsewhere.
3
3
# This file is also used to provide a reliable view deployment for test purposes.
4
4
11
11
(r'^password_change/done/$', 'django.contrib.auth.views.password_change_done'),
12
12
(r'^password_reset/$', 'django.contrib.auth.views.password_reset'),
13
13
(r'^password_reset/done/$', 'django.contrib.auth.views.password_reset_done'),
14
-
(r'^reset/(?P<uidb36>[0-9A-Za-z]+)-(?P<token>.+)/$', 'django.contrib.auth.views.password_reset_confirm'),
14
+
(r'^reset/(?P<uidb36>[0-9A-Za-z]{1,13})-(?P<token>[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/$', 'django.contrib.auth.views.password_reset_confirm'),
15
15
(r'^reset/done/$', 'django.contrib.auth.views.password_reset_complete'),
16
16
)
17
17
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4