Routing
password_forgot
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "pl" |
Route Matching Logs
Path to match:
/pl/password_forgot
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _logout_middleware | /middleware/logout | Path does not match |
| 3 | _logout_main | /logout | Path does not match |
| 4 | ux_entity_autocomplete | /autocomplete/{alias} | Path does not match |
| 5 | ux_live_component | /{_locale}/_components/{_live_component}/{_live_action} | 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 | root_redirect | / | Path does not match |
| 21 | admin_index | /{_locale}/admin/ | Path does not match |
| 22 | clients_index | /{_locale}/clients/ | Path does not match |
| 23 | clients_new | /{_locale}/clients/new | Path does not match |
| 24 | clients_show | /{_locale}/clients/{id} | Path does not match |
| 25 | clients_edit | /{_locale}/clients/{id}/edit | Path does not match |
| 26 | clients_activate | /{_locale}/clients/{id}/activate | Path does not match |
| 27 | clients_deactivate | /{_locale}/clients/{id}/deactivate | Path does not match |
| 28 | clients_delete | /{_locale}/clients/{id} | Path does not match |
| 29 | api_client_delivery_data | /{_locale}/clients/api/{id}/delivery-data | Path does not match |
| 30 | api_client_employees | /{_locale}/clients/api/{id}/employees | Path does not match |
| 31 | offers_index | /{_locale}/offers/ | Path does not match |
| 32 | offers_compare | /{_locale}/offers/compare | Path does not match |
| 33 | offers_new | /{_locale}/offers/new | Path does not match |
| 34 | offers_show | /{_locale}/offers/{id} | Path does not match |
| 35 | offers_edit | /{_locale}/offers/{id}/edit | Path does not match |
| 36 | offers_update_validity_dates | /{_locale}/offers/{id}/update-validity-dates | Path does not match |
| 37 | offers_delete | /{_locale}/offers/{id} | Path does not match |
| 38 | offers_create_revision | /{_locale}/offers/{id}/create-revision | Path does not match |
| 39 | offers_show_revision | /{_locale}/offers/{id}/revision/{version} | Path does not match |
| 40 | offers_generate_pdf | /{_locale}/offers/{id}/generate-pdf | Path does not match |
| 41 | offers_template_preview | /{_locale}/offers/{id}/template-preview/{templateId} | Path does not match |
| 42 | offer_create_draft | /{_locale}/offers/new-draft | Path does not match |
| 43 | offer_autosave_new | /{_locale}/offers/autosave-new | Path does not match |
| 44 | offer_autosave | /{_locale}/offers/{id}/autosave | Path does not match |
| 45 | offers_salesforce_project_autocomplete | /{_locale}/offers/salesforce-project-autocomplete | Path does not match |
| 46 | offers_salesforce_delivery_data | /{_locale}/offers/salesforce-delivery-data | Path does not match |
| 47 | offers_products_autocomplete | /{_locale}/offers/products-autocomplete | Path does not match |
| 48 | offer_regenerate_marketing_note | /{_locale}/offers/{id}/regenerate-marketing-note | Path does not match |
| 49 | api_product_price | /{_locale}/offers/api/product/{productId}/price | Path does not match |
| 50 | api_product_price_comparison | /{_locale}/offers/api/product/{productId}/price-comparison | Path does not match |
| 51 | api_product_offer_history | /{_locale}/offers/api/product/{productId}/offer-history | Path does not match |
| 52 | offer_templates_index | /{_locale}/offer-templates/ | Path does not match |
| 53 | offer_templates_new | /{_locale}/offer-templates/new | Path does not match |
| 54 | offer_templates_variables | /{_locale}/offer-templates/variables | Path does not match |
| 55 | offer_templates_edit | /{_locale}/offer-templates/{id}/edit | Path does not match |
| 56 | offer_templates_delete | /{_locale}/offer-templates/{id} | Path does not match |
| 57 | offer_templates_preview | /{_locale}/offer-templates/{id}/preview | Path does not match |
| 58 | offer_templates_preview_raw | /{_locale}/offer-templates/{id}/preview-raw | Path does not match |
| 59 | offer_templates_download_preview | /{_locale}/offer-templates/{id}/download-preview | Path does not match |
| 60 | password_forgot | /{_locale}/password_forgot | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.