Routing
profile_edit
Matched route
Route Parameters
| Name | Value |
|---|---|
| language | "en" |
| username | "member-8" |
Route Redirection
This page redirects to:
https://alpha.stage.bewelcome.org/login
Route Matching Logs
Path to match:
/members/member-8/edit/en
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | change_email | /members/{username}/change/email/{registrationKey} | Path does not match |
| 2 | profile_update_field | /members/update/field | Path does not match |
| 3 | confirm_email | /members/{username}/confirm/{registrationKey} | Path does not match |
| 4 | profile_set_location | /members/{username}/location | Path does not match |
| 5 | finish_setup | /members/{username}/finalize | Path does not match |
| 6 | admin_comments_for_member | /admin/comment/for/{username} | Path does not match |
| 7 | admin_comments_from_member | /admin/comment/from/{username} | Path does not match |
| 8 | groups_redirect | /groups/ | Path does not match |
| 9 | profile_update_accommodation | /members/update/accommodation | Path does not match |
| 10 | profile_update_offers | /members/update/offers | Path does not match |
| 11 | profile_update_restrictions | /members/update/restrictions | Path does not match |
| 12 | profile_edit_languages | /members/{username}/edit/{language}/languages | Path does not match |
| 13 | translation_mockup_with_parameters | /admin/translate/mockup/{feature}/with_params | Path does not match |
| 14 | profile_edit | /members/{username}/edit/{language} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.