Routing
app_login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | admin_dashboard | /admin/dashboard | Path does not match |
| 17 | admin_all_submissions | /admin/jeux/tous | Path does not match |
| 18 | admin_validatable_submissions | /admin/jeux/a-valider | Path does not match |
| 19 | admin_validated_submissions | /admin/jeux/valides | Path does not match |
| 20 | admin_refused_submissions | /admin/jeux/refuses | Path does not match |
| 21 | admin_waiting_submissions | /admin/jeux/attente-de-paiement | Path does not match |
| 22 | admin_submission_show | /admin/jeux/{id} | Path does not match |
| 23 | admin_submission_validate | /admin/jeux/{id}/valider | Path does not match |
| 24 | admin_submission_confirm_deletion | /admin/jeux/{id}/supprimer | Path does not match |
| 25 | admin_submission_delete | /admin/jeux/{id}/supprimer/confirmation | Path does not match |
| 26 | admin_submission_refuse | /admin/jeux/{id}/refuser | Path does not match |
| 27 | admin_submission_edit | /admin/jeux/{id}/modifier | Path does not match |
| 28 | admin_candidate_list | /admin/comptes/candidats | Path does not match |
| 29 | admin_academicians_list | /admin/comptes/academiciens | Path does not match |
| 30 | admin_invalid_list | /admin/comptes/non-valides | Path does not match |
| 31 | admin_account_show | /admin/comptes/{id} | Path does not match |
| 32 | admin_account_confirm_deletion | /admin/comptes/{id}/supprimer | Path does not match |
| 33 | admin_account_delete | /admin/comptes/{id}/supprimer/confirmation | Path does not match |
| 34 | admin_sessions_list | /admin/gestion/sessions | Path does not match |
| 35 | admin_session_show | /admin/gestion/session/{id} | Path does not match |
| 36 | admin_session_edit | /admin/gestion/session/{id}/modifier | Path does not match |
| 37 | admin_session_create | /admin/gestion/session/creer | Path does not match |
| 38 | admin_session_delete | /admin/gestion/session/{id}/supprimer/confirmation | Path does not match |
| 39 | admin_results | /admin/results | Path does not match |
| 40 | homepage | / | Path does not match |
| 41 | front_submission_show.en | /game/{id} | Path does not match |
| 42 | front_submission_show.fr | /jeu/{id} | Path does not match |
| 43 | account_show.en | /account | Path does not match |
| 44 | account_show.fr | /compte | Path does not match |
| 45 | public_faq | /faq | Path does not match |
| 46 | payment | /payment/hook | Path does not match |
| 47 | public_homepage.en | /public | Path does not match |
| 48 | public_homepage.fr | /publique | Path does not match |
| 49 | public_submission_show.en | /public/game/{id} | Path does not match |
| 50 | public_submission_show.fr | /publique/jeu/{id} | Path does not match |
| 51 | app_register.en | /register | Path does not match |
| 52 | app_register.fr | /creer-compte | Path does not match |
| 53 | app_validate.en | /validate/{token} | Path does not match |
| 54 | app_validate.fr | /valider/{token} | Path does not match |
| 55 | app_reset.en | /reset/{token} | Path does not match |
| 56 | app_reset.fr | /renouveler/{token} | Path does not match |
| 57 | app_create_password.en | /create/{token} | Path does not match |
| 58 | app_create_password.fr | /creer/{token} | Path does not match |
| 59 | app_login.fr | /connexion | Path does not match |
| 60 | app_login.en | /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.