Vinícius Cantuária
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
sapl/base/urls.py
|
@ -73,7 +73,7 @@ recuperar_senha = [ |
|
|
{'template_name': 'base/recupera_senha_email_enviado.html'}, |
|
|
{'template_name': 'base/recupera_senha_email_enviado.html'}, |
|
|
name='recuperar_senha_finalizado'), |
|
|
name='recuperar_senha_finalizado'), |
|
|
|
|
|
|
|
|
url(r'^recuperar-senha/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>.+)/$', |
|
|
url(r'^recuperar-senha/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>.+)$', |
|
|
password_reset_confirm, |
|
|
password_reset_confirm, |
|
|
{'post_reset_redirect': 'sapl.base:recuperar_senha_completo', |
|
|
{'post_reset_redirect': 'sapl.base:recuperar_senha_completo', |
|
|
'template_name': 'base/nova_senha_form.html', |
|
|
'template_name': 'base/nova_senha_form.html', |
|
|