Routing
app_forgot_password_request
Matched route
Route Parameters
No parameters.
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_search_results | /_profiler/{token}/search/results | Path does not match |
8 | _profiler_open_file | /_profiler/open | Path does not match |
9 | _profiler | /_profiler/{token} | Path does not match |
10 | _profiler_router | /_profiler/{token}/router | Path does not match |
11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
13 | home | / | Path does not match |
14 | import-seller | /import-seller | Path does not match |
15 | confidentialite | /politique-de-confidentialite | Path does not match |
16 | condition_generales_utilisation | /conditions-generales-d-utilisation | Path does not match |
17 | login_as | /login-as/{userID} | Path does not match |
18 | customer_list | /customer/list | Path does not match |
19 | customer_list_ajax | /customer/list-ajax | Path does not match |
20 | customer_update | /customer/{userID}/update | Path does not match |
21 | customer_view | /customer/{userID} | Path does not match |
22 | customer_delete | /customer/{userID}/delete | Path does not match |
23 | customer_resend_mail_signin_end | /customer/{userID}/resend-mail-signin-end | Path does not match |
24 | director_list | /director/list | Path does not match |
25 | director_list_ajax | /director/list-ajax | Path does not match |
26 | director_update | /director/{userID}/update | Path does not match |
27 | director_delete | /director/{userID}/delete | Path does not match |
28 | director_resend_mail_signin_end | /director/{userID}/resend-mail-signin-end | Path does not match |
29 | document_list | /document/list | Path does not match |
30 | document_list_ajax | /document/list-ajax | Path does not match |
31 | document_update | /document/{documentID}/update | Path does not match |
32 | document_sign | /document/sign/{documentID} | Path does not match |
33 | document_delete | /document/delete/{documentID} | Path does not match |
34 | customer_sign_conditions_success | /document/customer/{userID}/sign-conditions/success | Path does not match |
35 | yousign_sign_conditions_end_v3 | /document/yousign-v3/sign-conditions | Path does not match |
36 | yousign_sign_conditions_end | /document/yousign/sign-conditions/{documentID} | Path does not match |
37 | manager_list | /manager/list | Path does not match |
38 | manager_list_ajax | /manager/list-ajax | Path does not match |
39 | manager_update | /manager/{userID}/update | Path does not match |
40 | manager_delete | /manager/{userID}/delete | Path does not match |
41 | manager_resend_mail_signin_end | /manager/{userID}/resend-mail-signin-end | Path does not match |
42 | membership_dic_update | /customer/{userID}/membership/dic/{dicID}/update | Path does not match |
43 | membership_dic_view | /customer/{userID}/membership/dic/{dicID}/view | Path does not match |
44 | membership_fic_update | /customer/{userID}/membership/fic/{ficID}/update | Path does not match |
45 | membership_fic_view | /customer/{userID}/membership/fic/{ficID}/view | Path does not match |
46 | membership_fic_test | /customer/{userID}/membership/fic/{ficID}/test | Path does not match |
47 | membership_ba_update | /customer/{userID}/membership/ba/{baID}/update | Path does not match |
48 | membership_ba_view | /customer/{userID}/membership/ba/{baID}/view | Path does not match |
49 | membership_ba_test | /customer/{userID}/membership/ba/{baID}/test | Path does not match |
50 | membership_sepa_update | /customer/{userID}/membership/sepa/{baID}/update | Path does not match |
51 | membership_sepa_view | /customer/{userID}/membership/sepa/{baID}/view | Path does not match |
52 | membership_files_update | /customer/{userID}/membership/files/{membershipID}/update | Path does not match |
53 | membership_files_delete | /customer/{userID}/membership/files/{fileID}/delete | Path does not match |
54 | membership_files_view | /customer/{userID}/membership/files/{fileID}/view/{fileName} | Path does not match |
55 | membership_validate_folder | /customer/{userID}/membership/{membershipID}/validate-folder | Path does not match |
56 | membership_validate_folder_by_customer | /customer/{userID}/membership/{membershipID}/validate-folder-by-customer/{folder} | Path does not match |
57 | membership_sign_seller | /customer/{userID}/membership/{membershipID}/sign-by-seller | Path does not match |
58 | membership_sign | /customer/{userID}/membership/{membershipID}/sign | Path does not match |
59 | customer_sign_success | /customer/{userID}/sign/success | Path does not match |
60 | customer_payment | /customer/{userID}/membership/{membershipID}/payment | Path does not match |
61 | customer_payment_success | /customer/{userID}/payment/success | Path does not match |
62 | yousign_reset_sign | /customer/{userID}/membership/reset-sign/{membershipID} | Path does not match |
63 | yousignv3_sign_end | /yousignv3/sign | Path does not match |
64 | yousign_sign_end_seller | /yousign/sign/{membershipID} | Path does not match |
65 | yousign_sign_end | /yousign/sign-customer/{membershipID} | Path does not match |
66 | yousign_payment_end | /systempay/payment/{membershipID} | Path does not match |
67 | customer_dic_view_html | /customer/{userID}/dic-view-html | Path does not match |
68 | customer_fic_view_html | /customer/{userID}/fic-view-html | Path does not match |
69 | customer_ba_view_html | /customer/{userID}/ba-view-html | Path does not match |
70 | customer_sepa_view_html | /customer/{userID}/sepa-view-html | Path does not match |
71 | user_registration | /register | Path does not match |
72 | app_forgot_password_request | /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.