Routing
app_forgot_password_request
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/common/reset-password
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | homepage | / | Path does not match |
| 2 | verificar_consulta | /common/verificar | Path does not match |
| 3 | app_incidencia_index | /incidencia/ | Path does not match |
| 4 | app_incidencia_reporte | /incidencia/reporte | Path does not match |
| 5 | app_incidencia_new | /incidencia/new | Path does not match |
| 6 | app_incidencia_show | /incidencia/{idInc} | Path does not match |
| 7 | app_incidencia_edit | /incidencia/{idInc}/edit | Path does not match |
| 8 | app_incidencia_delete | /incidencia/delete/{idInc} | Path does not match |
| 9 | app_incidencia_reporte_excel | /incidencia/reporte/excel | Path does not match |
| 10 | app_periodo_index | /periodo/ | Path does not match |
| 11 | app_periodo_new | /periodo/new | Path does not match |
| 12 | app_periodo_show | /periodo/{idPrd} | Path does not match |
| 13 | app_periodo_edit | /periodo/{idPrd}/edit | Path does not match |
| 14 | app_periodo_delete | /periodo/delete/{idPrd} | Path does not match |
| 15 | app_registro | /common/registro | Path does not match |
| 16 | app_verify_email | /common/verify/email | Path does not match |
| 17 | app_forgot_password_request | /common/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.