Routing
sulu_community.password_forget
Matched route
Route Parameters
| Name | Value |
|---|---|
| prefix | "fr/" |
Route Matching Logs
Path to match:
/fr/password-forget
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | sulu_community.registration | /{prefix}registration | Path does not match |
| 2 | sulu_community.confirmation | /{prefix}confirmation/{token} | Path does not match |
| 3 | sulu_community.completion | /{prefix}completion | Path does not match |
| 4 | sulu_community.password_forget | /{prefix}password-forget | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.