Routing
forgot_pwd
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/mot-de-passe-oublie
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | security.login | /connexion | Path does not match |
| 2 | register | /inscription | Path does not match |
| 3 | registration_confirmation_route | /verify | Path does not match |
| 4 | app_verify_resend_email | /verify/resend | Path does not match |
| 5 | security.logout | /deconnexion | Path does not match |
| 6 | security.update.pwd | /mon-compte/utilisateurs/{id}/modification-mot-de-passe | Path does not match |
| 7 | go_to | /go_to | Path does not match |
| 8 | app_front_home | / | Path does not match |
| 9 | app_favoris_getuserfavoris | /api/v1/user/{userId}/favs | Path does not match |
| 10 | app_favoris_getuserfavorisbysession | /api/v1/user/session/{sessionId}/favs | Path does not match |
| 11 | app_favoris_adduserfavoris | /api/v1/user/{sessionId}/add-fav | Path does not match |
| 12 | app_favoris_removeuserfavoris | /api/v1/user/{userId}/articles/{idArticle}/delete-fav | Path does not match |
| 13 | app_favoris_checiffav | /api/v1/user/{userId}/articles/{idArticle}/verif | Path does not match |
| 14 | app_favoris_addremovefav | /api/v1/add-remove-favorite | Path does not match |
| 15 | forgot_pwd | /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.