Routing
app_reset_password
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
Route Matching Logs
Path to match:
/fr/mot-de-passe-oublie
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_modifier_password_succes | /{_locale}/nouveau-mot-de-passe-succes | Path does not match |
| 2 | app_modifier_password | /{_locale}/modifier_password | Path does not match |
| 3 | app_nouveau_password | /{_locale}/nouveau-mot-de-passe/{token} | Path does not match |
| 4 | app_oubli_succes | /{_locale}/mot-de-passe-oubli-succes/{email} | Path does not match |
| 5 | app_reset_password | /{_locale}/mot-de-passe-oublie | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.