Routing
password_recovery_index
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/password-recovery
# | Route name | Path | Log |
---|---|---|---|
1 | site_apple_login | /apple/login | Path does not match |
2 | site_apple_sign_in | /apple/sign-in | Path does not match |
3 | site_apple_sign_in_ios | /apple/sign-in-ios | Path does not match |
4 | user_login | /user | Path does not match |
5 | user_logout | /logout | Path does not match |
6 | user_login_succeed | /user/login-succeed | Path does not match |
7 | user_change_email_invoke | /user/change-email/{token} | Path does not match |
8 | user_change_email_confirm | /user/change-email/{token} | Path does not match |
9 | facebook_login | /facebook/login | Path does not match |
10 | facebook_login_handle | /user-facebook/login-webhook | Path does not match |
11 | google_login | /google/login | Path does not match |
12 | google_login_handle | /user-google/login-webhook | Path does not match |
13 | password_recovery_index | /password-recovery | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.