Routing
app_forgot_password_request
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "en" |
Route Matching Logs
Path to match:
/reset-password
# | Route name | Path | Log |
---|---|---|---|
1 | app_admin_user_index.en | /admin/ | Path does not match |
2 | app_admin_user_index.fr | /administrateur/ | Path does not match |
3 | app_admin_user_new.en | /admin/new | Path does not match |
4 | app_admin_user_new.fr | /administrateur/new | Path does not match |
5 | app_admin_user_edit.en | /admin/{id}/edit | Path does not match |
6 | app_admin_user_edit.fr | /administrateur/{id}/edit | Path does not match |
7 | app_admin_user_delete.en | /admin/{id} | Path does not match |
8 | app_admin_user_delete.fr | /administrateur/{id} | Path does not match |
9 | api_user_get_activation_code | /api/activation/{email} | Path does not match |
10 | api_user_get_clinics | /api/clinics/{id} | Path does not match |
11 | api_get_parameters | /api/parameters | Path does not match |
12 | api_get_products | /api/brands | Path does not match |
13 | api_get_shipping_dates | /api/shipping-dates | Path does not match |
14 | api_get_totals | /api/totals/{id} | Path does not match |
15 | api_update_or_create_order | /api/order/{id}/{clinic} | Path does not match |
16 | api_send_report | /api/report/{id}/{clinic}/{current} | Path does not match |
17 | app_brand_index.en | /product/ | Path does not match |
18 | app_brand_index.fr | /produit/ | Path does not match |
19 | app_brand_new.en | /product/new | Path does not match |
20 | app_brand_new.fr | /produit/nouveau | Path does not match |
21 | app_brand_show.en | /product/{id} | Path does not match |
22 | app_brand_show.fr | /produit/{id} | Path does not match |
23 | app_brand_edit.en | /product/{id}/edit | Path does not match |
24 | app_brand_edit.fr | /produit/{id}/edit | Path does not match |
25 | app_brand_delete.en | /product/{id} | Path does not match |
26 | app_brand_delete.fr | /produit/{id} | Path does not match |
27 | app_brand_delete_get.en | /product/{id}/delete | Path does not match |
28 | app_brand_delete_get.fr | /produit/{id}/delete | Path does not match |
29 | app_clinic_index.en | /clinic/ | Path does not match |
30 | app_clinic_index.fr | /clinique/ | Path does not match |
31 | app_clinic_new.en | /clinic/new | Path does not match |
32 | app_clinic_new.fr | /clinique/new | Path does not match |
33 | app_clinic_show.en | /clinic/{clinic} | Path does not match |
34 | app_clinic_show.fr | /clinique/{clinic} | Path does not match |
35 | app_clinic_edit.en | /clinic/{clinic}/edit | Path does not match |
36 | app_clinic_edit.fr | /clinique/{clinic}/edit | Path does not match |
37 | app_clinic_delete.en | /clinic/{clinic} | Path does not match |
38 | app_clinic_delete.fr | /clinique/{clinic} | Path does not match |
39 | app_clinic_delete_get.en | /clinic/{clinic}/delete | Path does not match |
40 | app_clinic_delete_get.fr | /clinique/{clinic}/delete | Path does not match |
41 | load_clinic_distribution_center_codes | /load/distribution | Path does not match |
42 | app_home | / | Path does not match |
43 | app_login.en | /login | Path does not match |
44 | app_login.fr | /connexion | Path does not match |
45 | app_order_index.en | /order/ | Path does not match |
46 | app_order_index.fr | /commande/ | Path does not match |
47 | app_order_new.en | /order/new/{clinic} | Path does not match |
48 | app_order_new.fr | /commande/new/{clinic} | Path does not match |
49 | app_order_show.en | /order/{id}/show | Path does not match |
50 | app_order_show.fr | /commande/{id}/show | Path does not match |
51 | app_order_details.en | /order/{id}/detail | Path does not match |
52 | app_order_details.fr | /commande/{id}/detail | Path does not match |
53 | app_order_confirmation.en | /order/{id}/confirmation | Path does not match |
54 | app_order_confirmation.fr | /commande/{id}/confirmation | Path does not match |
55 | app_order_edit.en | /order/{id}/edit | Path does not match |
56 | app_order_edit.fr | /commande/{id}/edit | Path does not match |
57 | app_order_delete.en | /order/{id} | Path does not match |
58 | app_order_delete.fr | /commande/{id} | Path does not match |
59 | app_order_delete_get.en | /order/{id}/delete | Path does not match |
60 | app_order_delete_get.fr | /commande/{id}/delete | Path does not match |
61 | app_order_resend_email.en | /order/resend | Path does not match |
62 | app_order_resend_email.fr | /commande/resend | Path does not match |
63 | app_order_send.en | /order/{id}/send | Path does not match |
64 | app_order_send.fr | /commande/{id}/send | Path does not match |
65 | app_parameter_edit.en | /parameter/ | Path does not match |
66 | app_parameter_edit.fr | /parametre/ | Path does not match |
67 | app_profile_index.en | /profile/ | Path does not match |
68 | app_profile_index.fr | /profil/ | Path does not match |
69 | app_report.en | /report/ | Path does not match |
70 | app_report.fr | /rapport/ | Path does not match |
71 | app_report_previous.en | /report/last-year | Path does not match |
72 | app_report_previous.fr | /rapport/last-year | Path does not match |
73 | app_forgot_password_request.en | /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.