Routing
app_forgot_password_request
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/reset-password
# | Route name | Path | Log |
---|---|---|---|
1 | cliente_direccion_index | /cliente/direccion/ | Path does not match |
2 | cliente_direccion_new | /cliente/direccion/new | Path does not match |
3 | cliente_direccion_show | /cliente/direccion/{id} | Path does not match |
4 | cliente_direccion_edit | /cliente/direccion/{id}/edit | Path does not match |
5 | cliente_direccion_delete | /cliente/direccion/{id} | Path does not match |
6 | codigo_postal_index | /codigo/postal/ | Path does not match |
7 | codigo_postal_new | /codigo/postal/new/{id_estado}/{id_municipio} | Path does not match |
8 | codigo_postal_show | /codigo/postal/{id} | Path does not match |
9 | codigo_postal_edit | /codigo/postal/{id}/edit | Path does not match |
10 | codigo_postal_delete | /codigo/postal/{id} | Path does not match |
11 | contratacion_index | /contratacion/ | Path does not match |
12 | contratacion_new | /contratacion/new | Path does not match |
13 | contratacion_show | /contratacion/{id} | Path does not match |
14 | contratacion_edit | /contratacion/{id}/edit | Path does not match |
15 | contratacion_delete | /contratacion/{id} | Path does not match |
16 | contratacion_pago | /contratacion/pago/pago/ | Path does not match |
17 | contratacion_pago_devolucion | /contratacion/pago/devolucion/ | Path does not match |
18 | contratacion_avisoT | /contratacion/avisos/terapeuta/ | Path does not match |
19 | contratacion_avisoTCanc | /contratacion/avisos/terapeuta/cancelado | Path does not match |
20 | contratacion_avisoC | /contratacion/avisos/cliente/ | Path does not match |
21 | duracion_index | /duracion/ | Path does not match |
22 | duracion_new | /duracion/new | Path does not match |
23 | duracion_show | /duracion/{id} | Path does not match |
24 | duracion_edit | /duracion/{id}/edit | Path does not match |
25 | duracion_delete | /duracion/{id} | Path does not match |
26 | estado_index | /estado/ | Path does not match |
27 | estado_new | /estado/new | Path does not match |
28 | estado_show | /estado/{id} | Path does not match |
29 | estado_edit | /estado/{id}/edit | Path does not match |
30 | estado_delete | /estado/{id} | Path does not match |
31 | municipio_lista | /estado/lista/{id_estado} | Path does not match |
32 | horario_index | /horario/ | Path does not match |
33 | horario_new | /horario/new | Path does not match |
34 | horario_show | /horario/{id} | Path does not match |
35 | horario_edit | /horario/{id}/edit | Path does not match |
36 | horario_delete | /horario/{id} | Path does not match |
37 | inicio_inicio | /inicio | Path does not match |
38 | login_old | /login/login | Path does not match |
39 | municipio_index | /municipio/ | Path does not match |
40 | municipio_new | /municipio/new/{id_estado} | Path does not match |
41 | municipio_show | /municipio/{id} | Path does not match |
42 | municipio_edit | /municipio/{id}/edit | Path does not match |
43 | municipio_delete | /municipio/{id} | Path does not match |
44 | codigos_lista | /municipio/listaCP/{id_municipio}/{id_estado} | Path does not match |
45 | app_notificaciones_index | /notificaciones/ | Path does not match |
46 | app_notificaciones_new | /notificaciones/new | Path does not match |
47 | app_notificaciones_show | /notificaciones/{id} | Path does not match |
48 | app_notificaciones_edit | /notificaciones/{id}/edit | Path does not match |
49 | app_notificaciones_delete | /notificaciones/{id} | Path does not match |
50 | perfil | /terapeutas/ | Path does not match |
51 | app_register | /register | Path does not match |
52 | app_verify_email | /verify/email | Path does not match |
53 | app_api_register | /app/register | Path does not match |
54 | relacion_zonas_index | /relacion/zonas/ | Path does not match |
55 | relacion_zonas_new | /relacion/zonas/new/{id} | Path does not match |
56 | relacion_zonas_delete | /relacion/zonas/elimina/{id} | Path does not match |
57 | busca_municipios | /relacion/zonas/busca/municipio | Path does not match |
58 | busca_codigos | /relacion/zonas/busca/codigos | Path does not match |
59 | guarda_codigos | /relacion/zonas/guarda/codigos | Path does not match |
60 | app_forgot_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.