Routing
app_reset_password_request
Matched route
Route Parameters
| Name | Value |
|---|---|
| httpPort | 80 |
| httpsPort | 443 |
| path | "/reset-password/" |
| permanent | true |
| scheme | null |
Route Redirection
This page redirects to:
https://prestashop-supplier-gateway.preprod.gaido.ovh/reset-password/
(route: "app_reset_password_request")
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_admin_configuration | /admin/configuration | Path does not match |
| 15 | app_admin_logs_index | /admin/logs | Path does not match |
| 16 | app_admin_shop_index | /admin/shop | Path does not match |
| 17 | app_admin_shop_create | /admin/shop/create | Path does not match |
| 18 | app_admin_shop_update | /admin/shop/update/{id} | Path does not match |
| 19 | app_admin_shop_delete | /admin/shop/delete/{id} | Path does not match |
| 20 | app_admin_shop_test_connect | /admin/shop/test-connect/{id} | Path does not match |
| 21 | app_admin_shop_toggle | /admin/shop/toggle/{id} | Path does not match |
| 22 | app_admin_shop_supplier_create | /admin/shop/supplier/{id}/add | Path does not match |
| 23 | app_admin_shop_supplier_update | /admin/shop/supplier/update/{id} | Path does not match |
| 24 | app_admin_shop_supplier_toggle | /admin/shop/supplier/toggle/{id} | Path does not match |
| 25 | app_admin_shop_supplier_delete | /admin/shop/supplier/delete/{id} | Path does not match |
| 26 | app_admin_shop_supplier_form | /admin/shop/supplier/configuration-form/{id} | Path does not match |
| 27 | app_admin_supplier_index | /admin/supplier/ | Path does not match |
| 28 | app_admin_supplier_create | /admin/supplier/create | Path does not match |
| 29 | app_admin_supplier_update | /admin/supplier/update/{id} | Path does not match |
| 30 | app_admin_supplier_delete | /admin/supplier/delete/{id} | Path does not match |
| 31 | app_admin_user_index | /admin/user | Path does not match |
| 32 | app_admin_user_read | /admin/user/{id} | Path does not match |
| 33 | app_admin_user_create | /admin/user/create | Path does not match |
| 34 | app_admin_user_update | /admin/user/update/{id} | Path does not match |
| 35 | app_admin_user_update_password | /admin/user/update-password/{id} | Path does not match |
| 36 | app_admin_user_toggle_activation | /admin/user/toggle-activation/{id} | Path does not match |
| 37 | app_admin_user_delete | /admin/user/delete/{id} | Path does not match |
| 38 | app_api_pf_concept_order_status | /api/v1/pf-concept/order-status | Path does not match |
| 39 | app_api_pf_concept_asn | /api/v1/pf-concept/asn | Path does not match |
| 40 | app_gestion_dashboard_index | /gestion/ | Path does not match |
| 41 | app_gestion_order_view | /gestion/order/view/{id} | Path does not match |
| 42 | app_gestion_order_reset_error_count | /gestion/order/unlock/{id} | Path does not match |
| 43 | app_gestion_order_delete | /gestion/order/delete/{id} | Path does not match |
| 44 | app_reset_password_request | /reset-password/ | Path does not match |
| 45 | app_reset_password_check_email | /reset-password/check-email | Path does not match |
| 46 | app_reset_password_reset | /reset-password/reset/{token} | Path does not match |
| 47 | login | /login | Path does not match |
| 48 | logout | /logout | Path does not match |
| 49 | default | / | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.