Routing
reset_password
Matched route
Route Parameters
Name | Value |
---|---|
schemes | [
"https"
] |
Route Matching Logs
Path to match:
/reset-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 | company_api_list | /dealer/company/list | Path does not match |
13 | company_upload_logo | /dealer/company/upload_logo | Path does not match |
14 | company_delete_logo | /dealer/company/delete_logo | Path does not match |
15 | homepage | / | Path does not match |
16 | dealer_dashboard | /dealer | Path does not match |
17 | backoffice_dashboard | /backoffice | Path does not match |
18 | backoffice_api_invoice | /backoffice/api/invoice | Path does not match |
19 | dealer_api_dashboard_report | /dealer/api/dashboard-report | Path does not match |
20 | dealer_api_search_partner | /dealer/api/search-partner | Path does not match |
21 | dealer_api_search_vehicle | /dealer/api/search-vehicle | Path does not match |
22 | dealer_api_create_multiple_estimate_partners | /dealer/api/create-multiple-estimate-partners | Path does not match |
23 | dealer_upload_logo | /dealer/upload_logo | Path does not match |
24 | dealer_delete_logo | /dealer/delete_logo | Path does not match |
25 | dealer_api_create | /dealer/api/create | Path does not match |
26 | dealer_api_vehicle_uploaded_images | /dealer/api/vehicle-uploaded-images | Path does not match |
27 | dealer_api_upload_image | /delaer/api/upload-image | Path does not match |
28 | dealer_api_delete_image | /delaer/api/delete-image | Path does not match |
29 | dealer_api_archive_user | /dealer/api/archive-user | Path does not match |
30 | dealer_api_warehouses | /dealer/api/warehouses | Path does not match |
31 | default | /default | Path does not match |
32 | main_login | /login | Path does not match |
33 | main_logout | /logout | Path does not match |
34 | user_logged | /user-logged | Path does not match |
35 | estimate_api_vehicle_uploaded_images | /estimate/api/vehicle-uploaded-images | Path does not match |
36 | estimate_api_upload_image | /estimate/api/upload-image | Path does not match |
37 | estimate_api_delete_image | /estimate/api/delete-image | Path does not match |
38 | send_warehouse_notification | /estimate/api/send-warehouse-notification | Path does not match |
39 | send_reminder_partners | /estimate/api/send-reminder-partners | Path does not match |
40 | count_reminder_partners | /estimate/api/count-reminder-partners | Path does not match |
41 | send_approval_request | /estimate/api/send-approval-request | Path does not match |
42 | intranet_dashboard | /intranet | Path does not match |
43 | location_list | /dealer/location/list | Path does not match |
44 | location | /dealer/location/{id} | Path does not match |
45 | location_post | /dealer/location/post | Path does not match |
46 | partner_dashboard | /partner | Path does not match |
47 | partner_upload_logo | /partner/upload_logo | Path does not match |
48 | partner_delete_logo | /partner/delete_logo | Path does not match |
49 | partner_api_dashboard_report | /partner/api/dashboard-report | Path does not match |
50 | estimate_api_start_work_in_progress | /partner/api/start-work-in-progress | Path does not match |
51 | partner_api_add_job_price | /partner/api/add-job-price | Path does not match |
52 | partner_api_remove_job_price | /partner/api/remove-job-price | Path does not match |
53 | create_estimate_extra | /partner/api/create-estimate-extra | Path does not match |
54 | delete_estimate_extra | /partner/api/delete-estimate-extra | Path does not match |
55 | partner_api_reopen_estimate | /partner/api/reopen-estimate | Path does not match |
56 | estimate_children | /partner/api/estimate-children | Path does not match |
57 | dealer_first_access_request | /dealer/first-access-request | Path does not match |
58 | dealer_reset_password_request | /dealer/reset-password-request | Path does not match |
59 | reset_password | /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.