Routing
participation_auth_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/auth/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin_cron_debugquality | /cron/debug/quality/{token} | Path does not match |
| 2 | app_admin_cron_sendbatchemail | /cron/send/batch/email/{token} | Path does not match |
| 3 | app_admin_cron_sendrecallemail | /cron/send/recall/email/{type}/{token} | Path does not match |
| 4 | app_admin_cron_preparereports | /cron/prepare/reports/{token} | Path does not match |
| 5 | app_admin_cron_archivecampaigns | /cron/archive/campaigns/{token} | Path does not match |
| 6 | app_admin_cron_debugmistral | /cron/debug/mistral | Path does not match |
| 7 | client_admin_list_programs | /client/programs | Path does not match |
| 8 | client_admin_create_campaign | /client/campaigns/create/{id} | Path does not match |
| 9 | client_admin_list_campaigns | /client/campaigns/{listType} | Path does not match |
| 10 | client_admin_edit_campaign | /client/campaigns/edit/{id} | Path does not match |
| 11 | client_admin_download_campaigns | /client/campaigns/download/csv | Path does not match |
| 12 | client_admin_list_participations | /client/participations/{listType} | Path does not match |
| 13 | client_admin_edit_participation | /client/participations/edit/{id} | Path does not match |
| 14 | client_admin_edit_participation_report | /client/participations/report/edit/{id} | Path does not match |
| 15 | client_admin_participation_report_success | /client/participations/report/success/{id} | Path does not match |
| 16 | client_admin_download_participations | /client/participations/download/csv | Path does not match |
| 17 | profile_edit | /profile/edit | Path does not match |
| 18 | client_login | /client/login | Path does not match |
| 19 | client_logout | /client/logout | Path does not match |
| 20 | participation_auth_login | /auth/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.