Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin_customer_index | /admin/utilisateur/liste-des-comptes | Path does not match |
| 2 | app_admin_customer_show | /admin/utilisateur/{id}/profile | Path does not match |
| 3 | app_admin_customer_create | /admin/utilisateur/creer-un-compte | Path does not match |
| 4 | app_admin_customer_update | /admin/utilisateur/{id}/modifier-un-compte | Path does not match |
| 5 | app_admin_customer_lock | /admin/utilisateur/{id}/bloquer-un-compte | Path does not match |
| 6 | app_admin_customer_unlock | /admin/utilisateur/{id}/debloquer-un-compte | Path does not match |
| 7 | app_admin_customer_delete | /admin/utilisateur/supprimer/{id} | Path does not match |
| 8 | app_admin_index | /admin/dashboard | Path does not match |
| 9 | app_admin_project_index | /admin/project/list | Path does not match |
| 10 | app_admin_project_create | /admin/project/create | Path does not match |
| 11 | app_admin_project_update | /admin/project/{id}/update | Path does not match |
| 12 | app_admin_document_validate | /admin/demande/document/{id}/status/valider | Path does not match |
| 13 | app_admin_document_reject | /admin/demande/document/{id}/rejeter | Path does not match |
| 14 | app_admin_request_index | /admin/demandes/liste-des-demandes | Path does not match |
| 15 | app_admin_request_details | /admin/demandes/details/{id}/{slug} | Path does not match |
| 16 | app_admin_request_update | /admin/demandes/update/{id}/{slug} | Path does not match |
| 17 | app_admin_request_status | /admin/demandes/status/{id}/{slug} | Path does not match |
| 18 | app_admin_request_data_download | /admin/demandes/download-request-data/{id} | Path does not match |
| 19 | app_admin_settings | /admin/profile | Path does not match |
| 20 | app_admin_settings_add_user | /admin/creation-de-compte-administration | Path does not match |
| 21 | app_article_index | /actualites | Path does not match |
| 22 | app_article_show | /actualites/details | Path does not match |
| 23 | app_default_index | / | Path does not match |
| 24 | app_default_participation | /participation | Path does not match |
| 25 | app_default_faq | /foire-aux-questions | Path does not match |
| 26 | app_user_register | /creation-de-compte | Path does not match |
| 27 | app_verify_email | /verify | Path does not match |
| 28 | app_user_request_account_create_step_2 | /faire-une-demande/creation-de-compte-profile | Path does not match |
| 29 | app_user_request_create | /faire-une-demande/{id}/definition-du-besoin | Path does not match |
| 30 | app_user_request_cancel | /{id}/annuler-la-demande | Path does not match |
| 31 | app_user_screen_reset_password | /demande-de-mot-de-passe-oublie | Path does not match |
| 32 | app_user_reset_password | /reinitialisation-de-mot-de-passe/{token} | Path does not match |
| 33 | app_contact_use | /contacter | Path does not match |
| 34 | app_about_use | /en-savoir-plus | Path does not match |
| 35 | app_projetc_show | /projets/{slug}_{id}/detail | Path does not match |
| 36 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.