Routing
app_password_request
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/forgot-password
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _wdt | /_wdt/{token} | Path does not match |
| 2 | _profiler_home | /_profiler/ | Path does not match |
| 3 | _profiler_search | /_profiler/search | Path does not match |
| 4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 7 | _profiler_open_file | /_profiler/open | Path does not match |
| 8 | _profiler | /_profiler/{token} | Path does not match |
| 9 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 12 | admin | /admin | Path does not match |
| 13 | categorie | /categorie/{slug} | Path does not match |
| 14 | podcast | /podcast/{slug} | Path does not match |
| 15 | download_file | /download/{id} | Path does not match |
| 16 | save_identity_form | /blogpost/{id}/save-identity-form | Path does not match |
| 17 | blog_post_like_new | /blog-post/like | Path does not match |
| 18 | blog_post_like_delete | /blog-post/{id}/unlike | Path does not match |
| 19 | contact | /contact | Path does not match |
| 20 | send_email_pdf_scoring | /emails/send-email-pdf | Path does not match |
| 21 | free_page | /page/{route} | Path does not match |
| 22 | home | / | Path does not match |
| 23 | app_home_fr | /fr | Path does not match |
| 24 | app_home_fradmin | /fr/admin | Path does not match |
| 25 | oauth2_api | /api/oauth2/ | Path does not match |
| 26 | oauth2_logout | /api/logout/ | Path does not match |
| 27 | acceptcgu | /acceptCgu | Path does not match |
| 28 | itmconnect | /itmconnect | Path does not match |
| 29 | callback | /authorization-code/callback | Path does not match |
| 30 | contributor | /contributor | Path does not match |
| 31 | subscribe_newsletter | /subscribe-newsletter | Path does not match |
| 32 | maintenance | /maintenance | Path does not match |
| 33 | newsletter_subscribe | /api/newsletter/subscribe | Path does not match |
| 34 | not_found_url | /404 | Path does not match |
| 35 | notification_mark_as_read | /notifications/{id}/read | Path does not match |
| 36 | profil | /profil | Path does not match |
| 37 | radio_current_media | /api/radio/current_media | Path does not match |
| 38 | app_scoring_answser | /answer | Path does not match |
| 39 | app_scoring_section_download | /scorings/{scoring}/sections/{section}/download | Path does not match |
| 40 | app_scoring_download | /scorings/{scoring}/download | Path does not match |
| 41 | app_preview_scoring | /scorings/{scoring}/sections/{section}/preview | Path does not match |
| 42 | generate_scoring_section_pdf | /scorings/{scoring}/sections/{section}/generate-pdf | Path does not match |
| 43 | generate_scoring_pdf | /scorings/{scoring}/generate-pdf | Path does not match |
| 44 | app_scoring | /scorings/{id} | Path does not match |
| 45 | app_scoring_delete | /scorings/{id}/delete | Path does not match |
| 46 | app_scoring_section_answers_delete | /scorings/{scoring}/sections/{section}/answers | Path does not match |
| 47 | search | /search | Path does not match |
| 48 | app_login | /login | Path does not match |
| 49 | app_password_request | /forgot-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.