Routing
login_form
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/form
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | oauth2_token | /token | Path does not match |
| 3 | 2fa_login | /2fa | Path does not match |
| 4 | 2fa_login_check | /2fa_check | Path does not match |
| 5 | _logout_main | /logout | Path does not match |
| 6 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 7 | _wdt | /_wdt/{token} | Path does not match |
| 8 | _profiler_home | /_profiler/ | Path does not match |
| 9 | _profiler_search | /_profiler/search | Path does not match |
| 10 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 11 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 12 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 13 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 14 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 15 | _profiler_open_file | /_profiler/open | Path does not match |
| 16 | _profiler | /_profiler/{token} | Path does not match |
| 17 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 18 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 19 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 20 | customer_index | /accounts | Path does not match |
| 21 | customer_edit | /accounts/{account}.edit | Path does not match |
| 22 | customer_users | /accounts/{account}.users | Path does not match |
| 23 | customer_assign_ajax | /accounts/{account}.assign.{mode} | Path does not match |
| 24 | customer_convert | /accounts/convert | Path does not match |
| 25 | admin_index | /admin | Path does not match |
| 26 | admin_create | /admin/create | Path does not match |
| 27 | admin_edit_user | /admin/{user}.edit | Path does not match |
| 28 | admin_disable_user | /admin/{user}.disable | Path does not match |
| 29 | admin_enable_user | /admin/{user}.enable | Path does not match |
| 30 | admin_delete_user | /admin/{user}.delete | Path does not match |
| 31 | agreement_list | /agreementAdmin/list | Path does not match |
| 32 | agreement_create | /agreementAdmin/create | Path does not match |
| 33 | agreement_edit | /agreementAdmin/{id}.edit | Path does not match |
| 34 | agreement_activate | /agreementAdmin/{id}.activate | Path does not match |
| 35 | api_resource | /api/resource | Path does not match |
| 36 | backend.archvie.index | /backend/archive | Path does not match |
| 37 | backend.archvie.ajax | /backend/archiveajax | Path does not match |
| 38 | backend.archvie.recover | /backend/archive/recover/{emain} | Path does not match |
| 39 | backend_customers_index | /backend/customers/index | Path does not match |
| 40 | backend_customers_ajax | /backend/customers/ajax | Path does not match |
| 41 | backend_customers_edit | /backend/customers/{id}.edit | Path does not match |
| 42 | backend_customers_convert | /backend/customers/{id}.convert | Path does not match |
| 43 | backend_customers_lock | /backend/customers/{id}.lock | Path does not match |
| 44 | backend_customers_unlock | /backend/customers/{id}.unlock | Path does not match |
| 45 | backend_customer_sync | /backend/customers/synchronize | Path does not match |
| 46 | backend_email_list | /backend/email/list | Path does not match |
| 47 | backend_email_ajax_save | /backend/email/save | Path does not match |
| 48 | backend_email_save_image | /backend/email/{id}/upload | Path does not match |
| 49 | backend_email_ajax | /backend/email/{id}.ajax | Path does not match |
| 50 | backend_email_html | /backend/email/{id}/html | Path does not match |
| 51 | backend_email_html_alt | /backend/email/{id}.altHtml | Path does not match |
| 52 | backend_email_text | /backend/email/{id}.text | Path does not match |
| 53 | backend_email_attachment | /backend/email/{id}.attachment | Path does not match |
| 54 | backend_email_edit | /backend/email/{id}.edit | Path does not match |
| 55 | backend_email_history | /backend/email/history | Path does not match |
| 56 | backend_email_history_ajax | /backend/email/ajaxHistory | Path does not match |
| 57 | backend_email_history_resend | /backend/email/resend.{mailId} | Path does not match |
| 58 | backend_index_index | /backend/index | Path does not match |
| 59 | backend_index_settings | /backend/config | Path does not match |
| 60 | backend_user_customer_user | /backend/users/customers | Path does not match |
| 61 | backend_user_customer_ajax | /backend/users/ajax | Path does not match |
| 62 | backend_user_customer_user_pa | /backend/users/customer/{id}.list | Path does not match |
| 63 | backend_user_customer_rLogin | /backend/users/{id}.rLogin | Path does not match |
| 64 | backend_user_customer_rLogout | /backend/users/rLogout | Path does not match |
| 65 | backend_user_customer_assignment | /backend/users/{id}.assign | Path does not match |
| 66 | backend_user_customer_assignment_remove | /backend/users/{id}.remove.{aid} | Path does not match |
| 67 | backend_user_customer_assignment_add | /backend/users/{id}.assign.add | Path does not match |
| 68 | backend_user_customer_edit | /backend/users/{id}.edit | Path does not match |
| 69 | enable_debug | /debug/enable | Path does not match |
| 70 | disable_debug | /debug/disable | Path does not match |
| 71 | forgot_password | /password | Path does not match |
| 72 | password_recover | /recover/{trash}.{token}.{trash2} | Path does not match |
| 73 | index_index | / | Path does not match |
| 74 | index_switch | /switch/{pin} | Path does not match |
| 75 | index_rce_switch | /rceevent/switch/{pin} | Path does not match |
| 76 | login_form | /form | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.