Routing
app_forgot_password_request
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/reset-password
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 9 | _profiler_open_file | /_profiler/open | Path does not match |
| 10 | _profiler | /_profiler/{token} | Path does not match |
| 11 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 14 | app_file_index | /admin/files/ | Path does not match |
| 15 | app_file_new | /admin/files/new | Path does not match |
| 16 | app_file_show | /admin/files/{id} | Path does not match |
| 17 | app_file_edit | /admin/files/{id}/edit | Path does not match |
| 18 | app_file_delete | /admin/files/{id} | Path does not match |
| 19 | admin_legal_index | /admin/legal/ | Path does not match |
| 20 | admin_legal_edit | /admin/legal/{slug}/edit | Path does not match |
| 21 | app_user_index | /admin/users/ | Path does not match |
| 22 | app_user_new | /admin/users/new | Path does not match |
| 23 | app_user_show | /admin/users/{id} | Path does not match |
| 24 | app_user_edit | /admin/users/{id}/edit | Path does not match |
| 25 | app_user_delete | /admin/users/{id} | Path does not match |
| 26 | api_auth_register | /api/auth/register | Path does not match |
| 27 | api_file_slides | /api/v1/files/{file_id}/slides | Path does not match |
| 28 | app_converter | /{access_token}/converter/{converter_type}/{file_id} | Path does not match |
| 29 | app_converter_upload | /{access_token}/converter/{converter_type}/upload | Path does not match |
| 30 | app_converter_process | /{access_token}/converter/{converter_type}/process/{file_id} | Path does not match |
| 31 | app_converter_progress | /{access_token}/converter/{converter_type}/progress/{file_id} | Path does not match |
| 32 | app_converter_download | /{access_token}/converter/{converter_type}/download/{file_id} | Path does not match |
| 33 | app_converter_retry | /{access_token}/converter/{converter_type}/retry | Path does not match |
| 34 | cookie_accept | /{access_token}/converter/{converter_type}/cookie/accept | Path does not match |
| 35 | cookie_reject | /{access_token}/converter/{converter_type}/cookie/reject | Path does not match |
| 36 | app_cookie_consent | /cookie-consent | Path does not match |
| 37 | app_deployer_deploy | /deployer/{deployer_type}/deploy | Path does not match |
| 38 | dev_mail_resend_confirmation | /dev/mail/resend/{email} | Path does not match |
| 39 | dev_mail_preview_confirmation | /dev/mail/preview/confirmation/{email} | Path does not match |
| 40 | dev_mail_preview_welcome | /dev/mail/preview/welcome/{email} | Path does not match |
| 41 | auth_google | /auth/google | Path does not match |
| 42 | app_converters | /{access_token}/converters | Path does not match |
| 43 | app_translators | /{access_token}/translators | Path does not match |
| 44 | read_notification | /notifications/{id}/read | Path does not match |
| 45 | notifications_mark_all_read | /notifications/mark-all-read | Path does not match |
| 46 | app_privacy_policy | /privacy-policy | Path does not match |
| 47 | app_home | / | Path does not match |
| 48 | app_pricing | /pricing | Path does not match |
| 49 | app_register | /register | Path does not match |
| 50 | app_resend_verification | /resend-verification | Path does not match |
| 51 | app_verify_email | /verify/email | Path does not match |
| 52 | app_welcome | /welcome | Path does not match |
| 53 | app_forgot_password_request | /reset-password | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.