Routing
reset_password_request
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/mot-de-passe-oublie
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | messaging_conversation_list | /messagerie/ | Path does not match |
| 2 | messaging_conversation_add | /messagerie/ajouter | Path does not match |
| 3 | messaging_conversation_edit | /messagerie/{id}/modifier | Path does not match |
| 4 | messaging_conversation_view | /messagerie/{id} | Path does not match |
| 5 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 6 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 7 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 8 | _wdt | /_wdt/{token} | Path does not match |
| 9 | _profiler_home | /_profiler/ | Path does not match |
| 10 | _profiler_search | /_profiler/search | Path does not match |
| 11 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 12 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 13 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 14 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 15 | _profiler_open_file | /_profiler/open | Path does not match |
| 16 | _profiler | /_profiler/{token} | Path does not match |
| 17 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 18 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 19 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 20 | admin | /admin/ | Path does not match |
| 21 | admin_member_list | /admin/adherents/liste | Path does not match |
| 22 | admin_member_add | /admin/adherents/ajouter | Path does not match |
| 23 | admin_member_edit | /admin/adherents/{member_slug}/modifier | Path does not match |
| 24 | admin_member_delete | /admin/adherents/{member_slug}/supprimer | Path does not match |
| 25 | admin_member_contact_list | /admin/adherents/contacts/liste | Path does not match |
| 26 | admin_member_contact_add | /admin/adherents/contacts/ajouter | Path does not match |
| 27 | admin_member_contact_edit | /admin/adherents/contacts/{member_slug}/{user_id}/modifier | Path does not match |
| 28 | admin_member_contact_delete | /admin/adherents/contacts/{member_slug}/{user_id}/supprimer | Path does not match |
| 29 | admin_settings_administrator_list | /admin/parametres/administrateurs/liste | Path does not match |
| 30 | admin_settings_administrator_add | /admin/parametres/administrateurs/ajouter | Path does not match |
| 31 | admin_settings_administrator_edit | /admin/parametres/administrateurs/{administrator_id}/modifier | Path does not match |
| 32 | admin_settings_administrator_delete | /admin/parametres/administrateurs/{administrator_id}/supprimer | Path does not match |
| 33 | login | /connexion | Path does not match |
| 34 | logout | /deconnexion | Path does not match |
| 35 | reset_password_request | /mot-de-passe-oublie | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.