1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-04 06:52:14 +02:00

Remove custom password reinit form

This commit is contained in:
Alexandre Iooss
2019-08-02 18:41:19 +02:00
parent 97b5469ac7
commit 0ff7a1ea3b
3 changed files with 1 additions and 27 deletions

View File

@ -32,7 +32,6 @@ urlpatterns = [
url(r'^add_right/(?P<userid>[0-9]+)$', views.add_right, name='add-right'),
url(r'^del_right/$', views.del_right, name='del-right'),
url(r'^process/(?P<token>[a-z0-9]{32})/$', views.process, name='process'),
url(r'^reset_password/$', views.reset_password, name='reset-password'),
url(r'^history/(?P<object>user)/(?P<id>[0-9]+)$', views.history, name='history'),
url(r'^history/(?P<object>listright)/(?P<id>[0-9]+)$', views.history, name='history'),
url(r'^$', views.index, name='index'),