Routing
app_forgot_password_request
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "sr" |
Route Matching Logs
Path to match:
/sr/reset_password
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | connect_facebook_start | /connect/facebook | Path does not match |
| 2 | connect_facebook_check | /connect/facebook/check | Path does not match |
| 3 | connect_google_start | /connect/google | Path does not match |
| 4 | google_check | /connect/google/check | Path does not match |
| 5 | api_login | /api/login | Path does not match |
| 6 | api_user_new | /api/{version}/user/new | Path does not match |
| 7 | api_user_show | /api/{version}/user/{user}/ | Path does not match |
| 8 | api_user_edit | /api/{version}/user/{user}/ | Path does not match |
| 9 | api_user_delete | /api/{version}/user/{user}/ | Path does not match |
| 10 | api_token_create | /api/token/create | Path does not match |
| 11 | api_token_check | /api/token/check | Path does not match |
| 12 | index | /{_locale} | Path does not match |
| 13 | firm_index | /{_locale}/firms | Path does not match |
| 14 | sso_login | /{_locale}/login | Path does not match |
| 15 | logout | /{_locale}/logout | Path does not match |
| 16 | to_app | /{_locale}/to_app | Path does not match |
| 17 | app_validate | /{_locale}/validate | Path does not match |
| 18 | #register | /register | Path does not match |
| 19 | register | /{_locale}/register | Path does not match |
| 20 | activate_account | /activate_account/{token} | Path does not match |
| 21 | 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.