Routing
app_forgot_password_request
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "fr" |
Route Matching Logs
Path to match:
/fr/reset-password
# | Route name | Path | Log |
---|---|---|---|
1 | app_admin_announce_messaging | /{_locale}/admin/announce/messaging | Path does not match |
2 | admin_dashboard.es | /es/admin | Path does not match |
3 | admin_dashboard.en | /en/admin | Path does not match |
4 | app_admin_dashboard_getstat | /{_locale}/api/admin/start | Path does not match |
5 | app_admin_dashboard_getconnecteduser | /{_locale}/admin/user-connected/{user_id} | Path does not match |
6 | app_admin_dashboard_displaybooking | /{_locale}/admin/diplay_booking/{booking_id} | Path does not match |
7 | app_login.es | /es/login | Path does not match |
8 | app_login.en | /en/login | Path does not match |
9 | app_admin.es | /es/contact | Path does not match |
10 | app_admin.en | /en/admin_check | Path does not match |
11 | app_announce_detail | /{_locale}/announce/detail | Path does not match |
12 | app_announcedetail_makeoffre | /{_locale}/announce_offer/generate | Path does not match |
13 | app_announcedetail_getmessages | /{_locale}/announce_chat/retrieved | Path does not match |
14 | app_announcedetail_postmessage | /{_locale}/announce_chat/post | Path does not match |
15 | app_room_booking | /{_locale}/building/room/booking | Path does not match |
16 | app_building_navigation | /{_locale}/building/navigation | Path does not match |
17 | app_externalservice_postsms | /{_locale}/external-service/sms | Path does not match |
18 | app_externalservice_sendemail | /{_locale}/external-service/sendmail | Path does not match |
19 | app_file_manager.es | /es/file/manager | Path does not match |
20 | app_file_manager.en | /en/file/manager | Path does not match |
21 | app_home.es | /es/ | Path does not match |
22 | app_home.en | /en/ | Path does not match |
23 | change_locale | /{_locale}/change_locale/{locale} | Path does not match |
24 | app_home_locatedclient | /{_locale}/client_location | Path does not match |
25 | app_home_addtonewletter | /{_locale}/client_newletter | Path does not match |
26 | app_home_sendmessagetoadmin | /{_locale}/client_contact_us | Path does not match |
27 | app_home_findbuild | /{_locale}/api/v1/find_buildings | Path does not match |
28 | app_payment.es | /es/payment/{token} | Path does not match |
29 | app_payment.en | /en/payment/{token} | Path does not match |
30 | app_payment_notify.es | /es/payment_notify | Path does not match |
31 | app_payment_notify.en | /en/payment_notify | Path does not match |
32 | app_register.es | /es/register | Path does not match |
33 | app_register.en | /en/register | Path does not match |
34 | app_verify_email.es | /es/verify/email | Path does not match |
35 | app_verify_email.en | /en/verify/email | Path does not match |
36 | app_resend_email.es | /es/resend/email/{user} | Path does not match |
37 | app_resend_email.en | /en/resend/email/{user} | Path does not match |
38 | app_forgot_password_request | /{_locale}/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.