Routing
app_forgot_password
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "de" |
Route Matching Logs
Path to match:
/de/forgot-password
# | Route name | Path | Log |
---|---|---|---|
1 | app_account_settings_user_profile | /{_locale}/account/settings/user-profile | Path does not match |
2 | app_account_settings_company | /{_locale}/account/settings/company | Path does not match |
3 | app_account_settings_company_add | /{_locale}/account/settings/company/new | Path does not match |
4 | app_account_settings_company_edit | /{_locale}/account/settings/company/{id} | Path does not match |
5 | app_account | /{_locale}/account | Path does not match |
6 | app_account_addresses | /{_locale}/account/addresses | Path does not match |
7 | app_account_order_again | /{_locale}/account/reorder/{id} | Path does not match |
8 | app_account_change_address_ajax | /{_locale}/account/addresses/change | Path does not match |
9 | app_account_order_details | /{_locale}/account/sales/order/{id} | Path does not match |
10 | app_account_addresses_set_primary | /{_locale}/account/addresses/set-primary/{id} | Path does not match |
11 | app_account_addresses_edit | /{_locale}/account/addresses/edit/{id} | Path does not match |
12 | app_account_addresses_add | /{_locale}/account/addresses/add | Path does not match |
13 | app_account_personal_data | /{_locale}/account/personal-data | Path does not match |
14 | app_account_company_orders | /{_locale}/account/company-orders | Path does not match |
15 | app_account_company | /{_locale}/account/company | Path does not match |
16 | get_notes | /{_locale}/account/get_notes/{id} | Path does not match |
17 | upload_attachment | /{_locale}/attachment/{id} | Path does not match |
18 | app_admin_attachment_removeall | /{_locale}/removeAll | Path does not match |
19 | app_freight_prices_package | /{_locale}/freight/prices/package | Path does not match |
20 | surcharge_index | /{_locale}/admin/surcharge/ | Path does not match |
21 | surcharge_new | /{_locale}/admin/surcharge/new | Path does not match |
22 | surcharge_show | /{_locale}/admin/surcharge/{id} | Path does not match |
23 | surcharge_edit | /{_locale}/admin/surcharge/{id}/edit | Path does not match |
24 | surcharge_delete | /{_locale}/admin/surcharge/{id} | Path does not match |
25 | app_ares_address | /{_locale}/ares/address | Path does not match |
26 | calculation_index | /{_locale}/calculation/ | Path does not match |
27 | shape_properties | /{_locale}/calculation/shapeProperties | Path does not match |
28 | calculation_results | /{_locale}/calculation/getResults | Path does not match |
29 | calculation_addItem | /{_locale}/calculation/addItem | Path does not match |
30 | app_cart.en | /en/cart | Path does not match |
31 | app_cart.de | /de/einkaufswagen | Path does not match |
32 | app_cart.cz | /cz/cart | Path does not match |
33 | app_cart_add | /{_locale}/cart/add | Path does not match |
34 | app_cart_remove | /{_locale}/cart/remove | Path does not match |
35 | app_cart_remove_cert | /{_locale}/cart/remove-cert | Path does not match |
36 | app_cart_change_quantity.en | /en/cart/change-quantity | Path does not match |
37 | app_cart_change_quantity.de | /de/einkaufswagen/change-quantity | Path does not match |
38 | app_cart_change_quantity.cz | /cz/cart/change-quantity | Path does not match |
39 | app_cart_share | /{_locale}/cart/share | Path does not match |
40 | app_cart_view | /{_locale}/cart/view/{hash} | Path does not match |
41 | app_cart_clear.en | /en/cart/clear | Path does not match |
42 | app_cart_clear.de | /de/einkaufswagen/clear | Path does not match |
43 | app_cart_clear.cz | /cz/cart/clear | Path does not match |
44 | app_checkout | /{_locale}/checkout | Path does not match |
45 | app_checkout_payment_delivery | /{_locale}/checkout/payment-delivery | Path does not match |
46 | app_checkout_method_delivery | /{_locale}/checkout/method-delivery | Path does not match |
47 | app_checkout_check_and_order | /{_locale}/checkout/check-order | Path does not match |
48 | app_checkout_success | /{_locale}/checkout/success | Path does not match |
49 | app_contact | /{_locale}/contact | Path does not match |
50 | app_contact_success | /{_locale}/contact/success | Path does not match |
51 | app_home | /{_locale}/ | Path does not match |
52 | app_privacy | /{_locale}/privacy | Path does not match |
53 | app_test | /{_locale}/mail-test | Path does not match |
54 | app_group_listing | /{_locale}/groups | Path does not match |
55 | app_language_switch | /{_locale}/switch-language | Path does not match |
56 | app_navigation_mega_menu_ajax | /{_locale}/navigation/mega-menu/{id} | Path does not match |
57 | app_navigation_mobile_ajax | /{_locale}/navigation/mobile | Path does not match |
58 | app_article_listing | /{_locale}/group/{id} | Path does not match |
59 | app_product_process_form | /{_locale}/product/process-form | Path does not match |
60 | app_product_search_process_form | /{_locale}/product/search-process-form | Path does not match |
61 | app_product_detail_submit | /{_locale}/product/submit | Path does not match |
62 | app_product_detail | /{_locale}/product/{id} | Path does not match |
63 | app_product_detail_variant | /{_locale}/product/{id}/{variantKey} | Path does not match |
64 | app_quantity_discounts | /{_locale}/quantity-discounts/article/{id} | Path does not match |
65 | app_article_filter | /{_locale}/group/{id}/filter | Path does not match |
66 | app_register_inactive | /{_locale}/enabled-account | Path does not match |
67 | app_register | /{_locale}/register | Path does not match |
68 | app_search | /{_locale}/search | Path does not match |
69 | app_login | /{_locale}/login | Path does not match |
70 | app_forgot_password | /{_locale}/forgot-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.