Routing
_forgot_password
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "en" |
Route Matching Logs
Path to match:
/en_ca/forgot-password/
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | _login | /{_locale}_ca/login/ | Path does not match |
3 | _logout | /{_locale}_ca/logout/ | Path does not match |
4 | _contest_login | /{_locale}_ca/contest/{contest_name}/login/ | Path does not match |
5 | _forgot_password | /{_locale}_ca/forgot-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.