Page not found (404)

Request Method: GET
Request URL: https://ifir-conicet.gov.ar/index.php/es/component/users/?view=reset&Itemid=103

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

  1. admin/
  2. login/ [name='login']
  3. logout/ [name='logout']
  4. password_change/ [name='password_change']
  5. password_change/done/ [name='password_change_done']
  6. password_reset/ [name='password_reset']
  7. password_reset/done/ [name='password_reset_done']
  8. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  9. reset/done/ [name='password_reset_complete']
  10. [name='home']
  11. violencialaboral [name='violencialaboral']
  12. higieneseguridad [name='higieneseguridad']
  13. autoridades [name='autoridades']
  14. servicios/
  15. areas/
  16. grupos/
  17. lineasinv/
  18. publicaciones/
  19. notasdestacadas/
  20. convocatorias/
  21. ckeditor/
  22. ^static/(?P<path>.*)$
  23. ^media/(?P<path>.*)$

The current path, index.php/es/component/users/, 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.