1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-06 09:23:55 +02:00

Send password init mail

This commit is contained in:
Alexandre Iooss
2019-08-09 23:12:56 +02:00
parent d1806fd727
commit 8b27710266
5 changed files with 58 additions and 92 deletions

View File

@ -10,5 +10,4 @@ app_name = 'users'
urlpatterns = [
url(r'^edit_info/$', views.edit_info, name='edit-info'),
url(r'^adherer/(?P<userid>[0-9]+)$', views.adherer, name='adherer'),
url(r'^process/(?P<token>[a-z0-9]{32})/$', views.process, name='process'),
]