Routing
app_login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
Route Matching Logs
Path to match:
/fr/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | back_dashboard | /{_locale}/back/ | Path does not match |
| 2 | back_my_profile | /{_locale}/back/my-profile | Path does not match |
| 3 | app_api_agency_listsecured | /{_locale}/api/secured/agency.{_format} | Path does not match |
| 4 | app_api_agency_newsecured | /{_locale}/api/secured/agency.{_format} | Path does not match |
| 5 | app_api_calculator_calculator | /{_locale}/api/calculator.{_format} | Path does not match |
| 6 | app_api_city_list | /{_locale}/api/city.{_format} | Path does not match |
| 7 | app_api_housingsituation_list | /{_locale}/api/housingSituation.{_format} | Path does not match |
| 8 | app_api_login_check | /api/login_check.{_format} | Path does not match |
| 9 | app_api_login_gettokenuser | /api/current_token.{_format} | Path does not match |
| 10 | app_api_maritalstatus_list | /{_locale}/api/maritalStatus.{_format} | Path does not match |
| 11 | app_api_nationality_list | /{_locale}/api/nationality.{_format} | Path does not match |
| 12 | app_api_title_list | /{_locale}/api/title.{_format} | Path does not match |
| 13 | app_api_user_listsecured | /{_locale}/api/secured/user.{_format} | Path does not match |
| 14 | app_api_user_showsecured | /{_locale}/api/secured/user/{id}.{_format} | Path does not match |
| 15 | app_api_user_newsecured | /{_locale}/api/secured/user.{_format} | Path does not match |
| 16 | app_api_user_changepasswordsecured | /{_locale}/api/secured/user/{id}/change-password.{_format} | Path does not match |
| 17 | app_api_user_addagencysecured | /{_locale}/api/secured/user/{id}/agency/add.{_format} | Path does not match |
| 18 | app_index | / | Path does not match |
| 19 | app_legal_mentions | /legal-mentions | Path does not match |
| 20 | app_document_download | /uploads/documents/{document} | Path does not match |
| 21 | app_image_on_the_fly | /uploads/images/{size}/{image} | Path does not match |
| 22 | app_register | /{_locale}/register | Path does not match |
| 23 | app_verify_email | /{_locale}/verify/email | Path does not match |
| 24 | app_forgot_password_request | /{_locale}/reset-password | Path does not match |
| 25 | app_check_email | /{_locale}/reset-password/check-email | Path does not match |
| 26 | app_reset_password | /{_locale}/reset-password/reset/{token} | Path does not match |
| 27 | app_login | /{_locale}/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.