Routing
security_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | dashboard_index | /dashboard/ | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 3 | admin_benutzer_index | /admin/benutzer | Path does not match |
| 4 | admin_benutzer_new | /admin/benutzer/new | Path does not match |
| 5 | admin_benutzer_show | /admin/benutzer/{id} | Path does not match |
| 6 | admin_benutzer_edit | /admin/benutzer/{id}/edit | Path does not match |
| 7 | admin_benutzer_delete | /admin/benutzer/{id}/delete | Path does not match |
| 8 | admin_benutzer_aktivieren | /admin/benutzer/{id}/aktivieren | Path does not match |
| 9 | admin_benutzer_deaktivieren | /admin/benutzer/{id}/deaktivieren | Path does not match |
| 10 | admin_rolle_index | /admin/rollen | Path does not match |
| 11 | admin_rolle_new | /admin/rollen/new | Path does not match |
| 12 | admin_rolle_show | /admin/rollen/{id} | Path does not match |
| 13 | admin_rolle_edit | /admin/rollen/{id}/edit | Path does not match |
| 14 | admin_rolle_delete | /admin/rollen/{id}/delete | Path does not match |
| 15 | security_profil_index | /profil | Path does not match |
| 16 | security_profil_edit | /profil/bearbeiten | Path does not match |
| 17 | security_profil_passwort | /profil/passwort | Path does not match |
| 18 | security_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.