Routing
app_reset_password_request
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/reset-password
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin_agents_index | /admin/agents | Path does not match |
| 2 | app_admin_agents_new | /admin/agents/nou | Path does not match |
| 3 | app_admin_agents_show | /admin/agents/{id} | Path does not match |
| 4 | app_admin_agents_edit | /admin/agents/{id}/editar | Path does not match |
| 5 | app_admin_agents_delete | /admin/agents/{id}/eliminar | Path does not match |
| 6 | app_admin_dashboard | /admin | Path does not match |
| 7 | app_admin_organitzacions_index | /admin/organitzacions | Path does not match |
| 8 | app_admin_organitzacions_new | /admin/organitzacions/nova | Path does not match |
| 9 | app_admin_organitzacions_edit | /admin/organitzacions/{id}/editar | Path does not match |
| 10 | app_admin_organitzacions_delete | /admin/organitzacions/{id}/eliminar | Path does not match |
| 11 | app_admin_taxonomia_index | /admin/taxonomies/{tipus} | Path does not match |
| 12 | app_admin_taxonomia_new | /admin/taxonomies/{tipus}/nou | Path does not match |
| 13 | app_admin_taxonomia_edit | /admin/taxonomies/{tipus}/{id}/editar | Path does not match |
| 14 | app_admin_taxonomia_delete | /admin/taxonomies/{tipus}/{id}/eliminar | Path does not match |
| 15 | app_admin_usuaris_index | /admin/usuaris | Path does not match |
| 16 | app_admin_usuaris_new | /admin/usuaris/nou | Path does not match |
| 17 | app_admin_usuaris_edit | /admin/usuaris/{id}/editar | Path does not match |
| 18 | app_admin_usuaris_toggle | /admin/usuaris/{id}/toggle | Path does not match |
| 19 | app_admin_usuaris_delete | /admin/usuaris/{id}/eliminar | Path does not match |
| 20 | app_coordinacio_dashboard | /coordinacio | Path does not match |
| 21 | app_coordinacio_proces_list | /coordinacio/processos | Path does not match |
| 22 | app_coordinacio_proces_delete | /coordinacio/processos/{id}/eliminar | Path does not match |
| 23 | app_coordinacio_proces_wizard_new | /coordinacio/proces/nou | Path does not match |
| 24 | app_coordinacio_proces_wizard_step | /coordinacio/proces/{id}/wizard/{step} | Path does not match |
| 25 | app_gestor_configuracio_index | /gestor/configuracio | Path does not match |
| 26 | app_gestor_configuracio_edit | /gestor/configuracio/{id}/edit | Path does not match |
| 27 | app_gestor_dashboard | /gestor | Path does not match |
| 28 | app_gestor_document_index | /gestor/processos/{procesId}/documents/ | Path does not match |
| 29 | app_gestor_document_upload | /gestor/processos/{procesId}/documents/upload | Path does not match |
| 30 | app_gestor_document_show | /gestor/processos/{procesId}/documents/{id} | Path does not match |
| 31 | app_gestor_document_delete | /gestor/processos/{procesId}/documents/{id}/delete | Path does not match |
| 32 | app_gestor_espai_index | /gestor/processos/{procesId}/espais/ | Path does not match |
| 33 | app_gestor_espai_new | /gestor/processos/{procesId}/espais/new | Path does not match |
| 34 | app_gestor_espai_edit | /gestor/processos/{procesId}/espais/{id}/edit | Path does not match |
| 35 | app_gestor_espai_delete | /gestor/processos/{procesId}/espais/{id}/delete | Path does not match |
| 36 | app_gestor_proces_show | /gestor/processos/{id} | Path does not match |
| 37 | app_gestor_transcripcio_index | /gestor/processos/{procesId}/transcripcions/ | Path does not match |
| 38 | app_gestor_transcripcio_show | /gestor/processos/{procesId}/transcripcions/{id} | Path does not match |
| 39 | app_gestor_transcripcio_edit | /gestor/processos/{procesId}/transcripcions/{id}/edit | Path does not match |
| 40 | app_gestor_transcripcio_generate_resum | /gestor/processos/{procesId}/transcripcions/{id}/resum | Path does not match |
| 41 | app_gestor_transcripcio_resum_status | /gestor/processos/{procesId}/transcripcions/{id}/resum/status | Path does not match |
| 42 | app_gestor_transcripcio_edit_resum | /gestor/processos/{procesId}/transcripcions/{id}/resum/edit | Path does not match |
| 43 | app_gestor_trobada_index | /gestor/processos/{procesId}/trobades/ | Path does not match |
| 44 | app_gestor_trobada_new | /gestor/processos/{procesId}/trobades/new | Path does not match |
| 45 | app_gestor_trobada_show | /gestor/processos/{procesId}/trobades/{id} | Path does not match |
| 46 | app_gestor_trobada_edit | /gestor/processos/{procesId}/trobades/{id}/edit | Path does not match |
| 47 | app_gestor_trobada_delete | /gestor/processos/{procesId}/trobades/{id}/delete | Path does not match |
| 48 | app_gestor_trobada_generate_resum | /gestor/processos/{procesId}/trobades/{id}/resum | Path does not match |
| 49 | app_gestor_trobada_resum_status | /gestor/processos/{procesId}/trobades/{id}/resum/status | Path does not match |
| 50 | app_gestor_trobada_edit_resum | /gestor/processos/{procesId}/trobades/{id}/resum/edit | Path does not match |
| 51 | app_institucional_dashboard | /institucional | Path does not match |
| 52 | app_set_locale | /locale/{locale} | Path does not match |
| 53 | app_reset_password_request | /reset-password | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.