Routing
forgot_password
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/mot-de-passe-oublie
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_login | /connexion | Path does not match |
| 2 | account_check | /verification-compte | Path does not match |
| 3 | set_password | /securite/configurer-mot-de-passe | Path does not match |
| 4 | forgot_password | /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.