Page not found (404)

Request Method: GET
Request URL: https://sdr.dimap.ufrn.br/users/password/new

Using the URLconf defined in sdr.urls, Django tried these URL patterns, in this order:

  1. ^media/(.*)$
  2. ^static/(.*)$
  3. ^admin/
  4. ^$ [name='pagina-inicial']
  5. ^autenticacao/(?P<funcao>\w+)/$ [name='autenticacao']
  6. ^painel/$ [name='painel']
  7. ^transferencia/(?P<funcao>\w+)/$ [name='transferencia']
  8. ^negociacao/(?P<funcao>\w+)/$ [name='negociacao']
  9. ^orcamento/(?P<funcao>\w+)/$ [name='orcamento']
  10. ^despesa/(?P<funcao>\w+)/$ [name='despesa']
  11. ^funcionarios/$ [name='funcionarios']

The current URL, users/password/new, didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.