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 | confidentialite | /politique-de-confidentialite | Path does not match |
| 15 | condition_generales_utilisation | /conditions-generales-d-utilisation | Path does not match |
| 16 | brand_ambassador_list | /brand-ambassador/list | Path does not match |
| 17 | brand_ambassador_list_ajax | /brand-ambassador/list-ajax | Path does not match |
| 18 | brand_ambassador_update | /brand-ambassador/{userID}/update | Path does not match |
| 19 | brand_ambassador_view | /brand-ambassador/{userID} | Path does not match |
| 20 | brand_ambassador_delete | /brand-ambassador/{userID}/delete | Path does not match |
| 21 | brand_ambassador_resend_mail_signin_end | /brand-ambassador/{userID}/resend-mail-signin-end | Path does not match |
| 22 | app_login_login | /login | Path does not match |
| 23 | recipe_product_list | /recipe/product/list | Path does not match |
| 24 | recipe_product_update | /recipeproduct/{productID}/update | Path does not match |
| 25 | recipe_product_delete | /recipe/product/{productID}/delete | Path does not match |
| 26 | recipe_product_change_state | /recipe/product/{productID}/change-state/{state} | Path does not match |
| 27 | recipe_ingredient_list | /recipe/ingredient/list | Path does not match |
| 28 | recipe_ingredient_update | /recipeingredient/{ingredientID}/update | Path does not match |
| 29 | recipe_ingredient_delete | /recipe/ingredient/{ingredientID}/delete | Path does not match |
| 30 | recipe_method_list | /recipe/method/list | Path does not match |
| 31 | recipe_method_update | /recipemethod/{methodID}/update | Path does not match |
| 32 | recipe_method_delete | /recipe/method/{methodID}/delete | Path does not match |
| 33 | recipe_list | /recipe/list | Path does not match |
| 34 | recipe_list_ajax | /recipe/list-ajax | Path does not match |
| 35 | recipe_view | /recipe/view/{recipeID} | Path does not match |
| 36 | recipe_delete | /recipe/{recipeID}/delete | Path does not match |
| 37 | recipe_duplicate | /recipe/{recipeID}/dupplicate | Path does not match |
| 38 | recipe_export | /recipe/{recipeID}/export | Path does not match |
| 39 | recipe_update | /recipe/{recipeID}/update | Path does not match |
| 40 | recipe_load_method | /recipe/method/load-method-ajax | Path does not match |
| 41 | user_registration | /register | Path does not match |
| 42 | 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.