diff --git a/www/web/warpauth/urls.py b/www/web/warpauth/urls.py index 1bec8cad1af8cb8bdb0f001a4e1ab77503667f19..c7b5d79a2c18dc7f496d159854e6a3c166a1ad52 100644 --- a/www/web/warpauth/urls.py +++ b/www/web/warpauth/urls.py @@ -13,7 +13,7 @@ urlpatterns = [ url(r'^register/$', register.register, name='index'), url(r'^reset_password/$', reset_password.gen_token, name='index'), - url(r'^reset_password/(?P<reset_hash>\w+)/$', reset_password.change_password, name='index'), +# url(r'^reset_password/(?P<reset_hash>\w+)/$', reset_password.change_password, name='index'), url(r'^profile/$', profile.index, name='index'), url(r'^profile/change_password/$', profile.change_password, name='change_password'),