Routing
sulu_community.login
Matched route
Route Parameters
Name | Value |
---|---|
prefix | "fr/" |
Route Matching Logs
Path to match:
/fr/login
# | 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 | Path does not match |
5 | sulu_community.password_reset | /{prefix}password-reset/{token} | Path does not match |
6 | sulu_community.profile | /{prefix}profile | Path does not match |
7 | sulu_community.email_confirmation | /{prefix}profile/email-confirmation | Path does not match |
8 | sulu_community.login | /{prefix}login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.