Routing
app_password_reset
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "pl" |
Route Matching Logs
Path to match:
/haslo/zresetuj
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_index | / | Path does not match |
| 2 | app_locale | /locale/{_locale} | Path does not match |
| 3 | app_login.en | /login | Path does not match |
| 4 | app_login.pl | /zaloguj | Path does not match |
| 5 | app_logout | /logout | Path does not match |
| 6 | app_password.en | /password | Path does not match |
| 7 | app_password.pl | /haslo | Path does not match |
| 8 | app_password_reset.en | /password/reset | Path does not match |
| 9 | app_password_reset.pl | /haslo/zresetuj | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.