Routing
app_forgot_password
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/web/forgot-password
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | app.swagger | /web/api/doc.json | Path does not match |
| 3 | app.swagger_ui | /web/api/doc | Path does not match |
| 4 | _wdt | /_wdt/{token} | Path does not match |
| 5 | _profiler_home | /_profiler/ | Path does not match |
| 6 | _profiler_search | /_profiler/search | Path does not match |
| 7 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 8 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 9 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 10 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 11 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 12 | _profiler_open_file | /_profiler/open | Path does not match |
| 13 | _profiler | /_profiler/{token} | Path does not match |
| 14 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 15 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 16 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 17 | admin_users | /web/admin/users | Path does not match |
| 18 | edit_user | /web/admin/edituser/{userId} | Path does not match |
| 19 | save_user | /web/admin/saveuser | Path does not match |
| 20 | keepalive | /web/admin/keepalive | Path does not match |
| 21 | save_aboutus | /web/saveaboutus | Path does not match |
| 22 | save_homepage | /web/savehomepage | Path does not match |
| 23 | save_view_all | /web/saveviewall | Path does not match |
| 24 | edit_case | /web/edit/{caseId} | Path does not match |
| 25 | view_last_editing | /web/view_last_editing/{caseId} | Path does not match |
| 26 | view_case_editing | /web/view_editing/{caseId}/{version} | Path does not match |
| 27 | admin | /web/admin | Path does not match |
| 28 | sort_case_edit_attachments | /web/sortCaseEditAttachments/{caseId}/{version} | Path does not match |
| 29 | sort_case_attachments | /web/sortCaseAttachments/{caseId} | Path does not match |
| 30 | save_case | /web/save | Path does not match |
| 31 | approve_case | /web/approve/{caseId} | Path does not match |
| 32 | delete_case | /web/delete/{caseId} | Path does not match |
| 33 | merge_case_editing | /web/merge_editing/{caseId}/{version} | Path does not match |
| 34 | discard_case_changes | /web/discard_case_changes/{caseId} | Path does not match |
| 35 | sortAttachmentByDate | /web/sortAttachmentByDate/{idPcacase}/{idTypeOfDocument} | Path does not match |
| 36 | sortAttachment | /web/sortAttachment/{id}/{position}/{idTypeOfDocument} | Path does not match |
| 37 | sortAttachmentEditing | /web/sortAttachmentEditing/{id}/{version}/{position}/{idTypeOfDocument} | Path does not match |
| 38 | sortAttachmentEditingByDate | /web/sortAttachmentEditingByDate/{idPcacase}/{version}/{idTypeOfDocument} | Path does not match |
| 39 | search | /web/search | Path does not match |
| 40 | allcases | /web/allcases | Path does not match |
| 41 | edit_allcasespage | /web/edit_allcasespage | Path does not match |
| 42 | edit_aboutus | /web/edit_aboutus | Path does not match |
| 43 | aboutus | /web/aboutus | Path does not match |
| 44 | advancedsearch | /web/advancedsearch | Path does not match |
| 45 | get_attach | /web/getAttachmentFromUrl/{attId} | Path does not match |
| 46 | send_attach | /web/sendAttach/{attId} | Path does not match |
| 47 | view_case | /web/view/{caseId} | Path does not match |
| 48 | print_cases | /web/print | Path does not match |
| 49 | export_cases | /web/export/ | Path does not match |
| 50 | email_form | /web/emailform/ | Path does not match |
| 51 | email_send | /web/emailsend | Path does not match |
| 52 | contact | /web/contact | Path does not match |
| 53 | edit_homepage | /web/edit_homepage | Path does not match |
| 54 | change_pass | /web/profile/changepass | Path does not match |
| 55 | save_pass | /web/profile/savepass | Path does not match |
| 56 | getCase | /web/api/cases/{id} | Path does not match |
| 57 | getAllCasesAction | /web/api/cases/all | Path does not match |
| 58 | getCasesByCaseProfileAndDocumentContent | /web/api/cases/searchByCaseProfileAndDocumentContent | Path does not match |
| 59 | getCasesWithoutPaginatorByCriteria | /web/api/cases/search | Path does not match |
| 60 | getCasesByCriteria | /web/api/cases/search/paginate | Path does not match |
| 61 | getDocsInCases | /web/api/cases/searchDocs | Path does not match |
| 62 | app_reset_pass | /user/reset-pass/{hash} | Path does not match |
| 63 | app_reset_pass_submit | /user/reset-pass-submit | Path does not match |
| 64 | app_execute_reset_pass | /admin/execute-reset-pass | Path does not match |
| 65 | app_reset_pass_management | /admin/reset-pass-management | Path does not match |
| 66 | app_send_reset_link | /admin/send-reset-link/{userId} | Path does not match |
| 67 | app_test_mailer | /admin/test-mailer | Path does not match |
| 68 | home | / | Path does not match |
| 69 | app_login | /web/login | Path does not match |
| 70 | app_logout | /logout | Path does not match |
| 71 | app_forgot_password | /web/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.