Routing
autenticacion_recuperar_acceso
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "es" |
Route Matching Logs
Path to match:
/es/recuperarAcceso
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | abogado_ajax_list | /{_locale}/ajax/abogados/getAllAbogados | Path does not match |
| 2 | abogado_ajax_change | /{_locale}/ajax/abogados/cambiarAbogado | Path does not match |
| 3 | abogado_ajax_servicio_list | /{_locale}/ajax/abogados/getAllServicios | Path does not match |
| 4 | abogado_ajax_servicio_asociar | /{_locale}/ajax/abogados/asociarServicio | Path does not match |
| 5 | abogado_ajax_servicio_desasociar | /{_locale}/ajax/abogados/desasociarServicio | Path does not match |
| 6 | abogado_ajax_list_transferir | /{_locale}/ajax/abogados/getAllAbogadosTransferir | Path does not match |
| 7 | abogado_ajax_transfer | /{_locale}/ajax/abogados/transferirCliente | Path does not match |
| 8 | abogado | /{_locale}/admin/abogados | Path does not match |
| 9 | abogado_new | /{_locale}/admin/abogados/new | Path does not match |
| 10 | abogado_show_base | /{_locale}/admin/abogados/{id} | Path does not match |
| 11 | abogado_show | /{_locale}/admin/abogados/{id}/show | Path does not match |
| 12 | abogado_edit | /{_locale}/admin/abogados/{id}/edit | Path does not match |
| 13 | abogado_delete | /{_locale}/admin/abogados/{id}/delete | Path does not match |
| 14 | abogado_eliminar_firma | /{_locale}/admin/abogados/{id}/eliminar_firma | Path does not match |
| 15 | atributo_ajax_servicio_list | /{_locale}/ajax/atributos/getAtributosServico | Path does not match |
| 16 | atributo_ajax_item_delete | /{_locale}/ajax/atributos/deleteAtributo | Path does not match |
| 17 | atributo_new | /{_locale}/admin/atributos/new | Path does not match |
| 18 | atributo_show_base | /{_locale}/admin/atributos/{id} | Path does not match |
| 19 | atributo_show | /{_locale}/admin/atributos/{id}/show | Path does not match |
| 20 | atributo_edit | /{_locale}/admin/atributos/{id}/edit | Path does not match |
| 21 | atributo_delete | /{_locale}/admin/atributos/{id}/delete | Path does not match |
| 22 | autenticacion_login | /{_locale}/login | Path does not match |
| 23 | autenticacion_logout | /{_locale}/logout | Path does not match |
| 24 | autenticacion_recuperar_acceso | /{_locale}/recuperarAcceso | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.