Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | admin | /admin | Path does not match |
2 | app_alignment_index | /alignment/ | Path does not match |
3 | alignment_linked | /alignment/linked/{tid}/{vid} | Path does not match |
4 | alignment_to_validate | /alignment/to-validate | Path does not match |
5 | alignment_validation | /alignment/{slug}/validate | Path does not match |
6 | alignment_unvalidation | /alignment/{slug}/unvalidate | Path does not match |
7 | my_alignments | /alignment/my-alignments | Path does not match |
8 | alignment_import_json | /alignment/import-json | Path does not match |
9 | alignment_new | /alignment/new/{tid}/{vid} | Path does not match |
10 | alignment_source | /alignment/show/{tid}/{vid} | Path does not match |
11 | app_alignment_show | /alignment/{slug} | Path does not match |
12 | app_alignment_edit | /alignment/{slug}/edit | Path does not match |
13 | alignment_edit_annotation | /alignment/{slug}/edit-annotation | Path does not match |
14 | alignment_new_annotation | /alignment/new-annotation/{tid}/{vid} | Path does not match |
15 | app_alignment_delete | /alignment/delete/{slug} | Path does not match |
16 | accueil | / | Path does not match |
17 | projet | /projet | Path does not match |
18 | contact | /contact | Path does not match |
19 | change_locale | /change_locale/{locale} | Path does not match |
20 | app_media_index | /media/ | Path does not match |
21 | app_media_new | /media/new | Path does not match |
22 | app_media_show | /media/{id} | Path does not match |
23 | app_media_edit | /media/{id}/edit | Path does not match |
24 | app_media_delete | /mediadelete/{id} | Path does not match |
25 | app_organism_index | /organism/ | Path does not match |
26 | organism_index | /organism/index | Path does not match |
27 | app_organism_new | /organism/new | Path does not match |
28 | app_organism_show | /organism/{id} | Path does not match |
29 | app_organism_edit | /organism/{id}/edit | Path does not match |
30 | app_organism_delete | /organism/{id} | Path does not match |
31 | app_page_index | /page/ | Path does not match |
32 | app_page_new | /page/new | Path does not match |
33 | app_page_show | /page/{slug} | Path does not match |
34 | app_page_edit | /page/{slug}/edit | Path does not match |
35 | app_page_delete | /page/{slug}/delete | Path does not match |
36 | app_project_index | /project/ | Path does not match |
37 | app_project_new | /project/new | Path does not match |
38 | app_project_show | /project/{id} | Path does not match |
39 | app_project_edit | /project/{id}/edit | Path does not match |
40 | app_project_delete | /project/{id} | Path does not match |
41 | app_register | /register | Path does not match |
42 | app_emailformactivation | /email_form_activation | Path does not match |
43 | app_sendactivatemail | /confirm_activation | Path does not match |
44 | activation | /activation/{token} | Path does not match |
45 | app_forgot_password_request | /reinitialisation/mot-de-passe-oublie | Path does not match |
46 | app_check_email | /reinitialisation/check-email | Path does not match |
47 | app_reset_password | /reinitialisation/reset/{token} | Path does not match |
48 | 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.