Routing
default_forgot_password
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/forgot
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | account_home | /account/ | Path does not match |
| 2 | account_board | /account/board | Path does not match |
| 3 | account_reservartion_move | /account/reservation/{id}/move | Path does not match |
| 4 | account_reservartion_pay | /account/reservation/{id}/pay | Path does not match |
| 5 | chat_index | /chat | Path does not match |
| 6 | chat_message | /chat/message | Path does not match |
| 7 | chat_frame | /chat/frame | Path does not match |
| 8 | default_home | / | Path does not match |
| 9 | default_login | /login | Path does not match |
| 10 | default_login_pro | /login-pro | Path does not match |
| 11 | default_logout | /logout | Path does not match |
| 12 | default_forgot_password | /forgot | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.