Routing
lost_password
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "it" |
| listino | null |
Route Redirection
This page redirects to:
/it-it/customer/account/password-dimenticata
(route: "n/a")
Route Matching Logs
Path to match:
/it/customer/account/password-dimenticata
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | customer_login.it | /it/customer/account/login | Path does not match |
| 2 | customer_login.en | /en/customer/account/login | Path does not match |
| 3 | security_logout.it | /it/logout | Path does not match |
| 4 | security_logout.en | /en/logout | Path does not match |
| 5 | create_account.it | /it/customer/account/crea-account | Path does not match |
| 6 | create_account.en | /en/customer/account/create-account | Path does not match |
| 7 | lost_password.it | /it/customer/account/password-dimenticata | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.