Routing
app_forgot_password
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/forgot-password
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_doc | /api/docs.{_format} | Path does not match |
| 2 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 3 | api_validation_errors | /api/validation_errors/{id} | Path does not match |
| 4 | api_entrypoint | /api/{index}.{_format} | Path does not match |
| 5 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
| 6 | _api_errors | /api/errors/{status}.{_format} | Path does not match |
| 7 | _api_validation_errors_problem | /api/validation_errors/{id} | Path does not match |
| 8 | _api_validation_errors_hydra | /api/validation_errors/{id} | Path does not match |
| 9 | _api_validation_errors_jsonapi | /api/validation_errors/{id} | Path does not match |
| 10 | _api_validation_errors_xml | /api/validation_errors/{id} | Path does not match |
| 11 | _api_/contrats/{id}{._format}_get | /api/contrats/{id}.{_format} | Path does not match |
| 12 | _api_/contrats{._format}_get_collection | /api/contrats.{_format} | Path does not match |
| 13 | _api_/contrats{._format}_post | /api/contrats.{_format} | Path does not match |
| 14 | _api_/contrats/{id}{._format}_patch | /api/contrats/{id}.{_format} | Path does not match |
| 15 | _api_/contrats/{id}{._format}_delete | /api/contrats/{id}.{_format} | Path does not match |
| 16 | _api_/documents/{id}{._format}_get | /api/documents/{id}.{_format} | Path does not match |
| 17 | _api_/documents{._format}_get_collection | /api/documents.{_format} | Path does not match |
| 18 | _api_/documents{._format}_post | /api/documents.{_format} | Path does not match |
| 19 | _api_/documents/{id}{._format}_patch | /api/documents/{id}.{_format} | Path does not match |
| 20 | _api_/documents/{id}{._format}_delete | /api/documents/{id}.{_format} | Path does not match |
| 21 | admin_users_roles | /admin/users/{id}/roles | Path does not match |
| 22 | admin_users_password | /admin/users/{id}/password | Path does not match |
| 23 | externe_users_index | /externe/users | Path does not match |
| 24 | externe_users_link | /externe/users/{id}/link/{externalId} | Path does not match |
| 25 | externe_users_unlink | /externe/users/{id}/unlink | Path does not match |
| 26 | api_auth_forgot_password | /api/auth/forgot-password | Path does not match |
| 27 | api_client_index | /Contratapi | Path does not match |
| 28 | api_client_app_client_index | /Contratapi/clientsApi | Path does not match |
| 29 | api_client_show | /Contratapi/{id} | Path does not match |
| 30 | api_client_create | /Contratapi | Path does not match |
| 31 | api_client_update | /Contratapi/{id} | Path does not match |
| 32 | api_client_delete | /Contratapi/{id} | Path does not match |
| 33 | app_contrat_index | /contrats | Path does not match |
| 34 | app_contrat_reset_sync | /contrats/contrats/reset-sync | Path does not match |
| 35 | app_contrat_show | /contrats/{id} | Path does not match |
| 36 | app_dashboard | /dashboard | Path does not match |
| 37 | app_document_index | /documents | Path does not match |
| 38 | app_document_trash | /documents/trash | Path does not match |
| 39 | app_document_restore | /documents/{id}/restore | Path does not match |
| 40 | app_document_permanent_delete | /documents/{id}/permanent-delete | Path does not match |
| 41 | app_document_list | /documents/contrat/{id} | Path does not match |
| 42 | app_document_new | /documents/contrat/{id}/new | Path does not match |
| 43 | app_document_show | /documents/{id}/show | Path does not match |
| 44 | app_document_view | /documents/{id}/view | Path does not match |
| 45 | app_document_serve | /documents/{id}/serve | Path does not match |
| 46 | app_document_download | /documents/{id}/download | Path does not match |
| 47 | app_document_delete | /documents/{id}/delete | Path does not match |
| 48 | app_document_edit | /documents/{id}/edit | Path does not match |
| 49 | app_forgot_password | /forgot-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.