Routing
reset_password_request
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/reset-password
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | front_customer_gallery | /gallery/{galleryUuid} | Path does not match |
| 2 | front_home | / | Path does not match |
| 3 | front_privacy_policy | /politique-de-confidentialite | Path does not match |
| 4 | login | /login | Path does not match |
| 5 | logout | /logout | Path does not match |
| 6 | register | /register | Path does not match |
| 7 | register_confirmation | /register/confirmation | Path does not match |
| 8 | reset_password_request | /reset-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.