Routing
login_local
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login_local
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | log_user | /login_callback | Path does not match |
| 2 | admin_folders_unused_delete_force | /admin/delete/folders-unused/force/{key} | Path does not match |
| 3 | login_local | /login_local | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.