Routing
password_reset_request_new
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/password-reset
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_cadeaux_index | /cadeauxaa/ | Path does not match |
| 2 | app_cadeaux_new | /cadeauxaa/new | Path does not match |
| 3 | app_cadeaux_show | /cadeauxaa/{id} | Path does not match |
| 4 | app_cadeaux_edit | /cadeauxaa/{id}/edit | Path does not match |
| 5 | app_cadeaux_delete | /cadeauxaa/{id} | Path does not match |
| 6 | app_default | / | Path does not match |
| 7 | registration_success | /registration_success | Path does not match |
| 8 | register | /register/{step} | Path does not match |
| 9 | user_tree | /user/tree | Path does not match |
| 10 | user_tree_vertical | /user/treevertical | Path does not match |
| 11 | app_user_edit_profile | /edit-profile | Path does not match |
| 12 | app_user_profile | /profile | Path does not match |
| 13 | mes_commandes_connecter | /mes-commandes | Path does not match |
| 14 | mes_paiements | /mes-paiements | Path does not match |
| 15 | mes_suppper_cade | /mes-Super-cadeaux | Path does not match |
| 16 | password_reset_request_new | /password-reset | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.