https://myrecipes.sjc.com/public/login

Routing

app_login Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /login
# Route name Path Log
1 email_test_route_name /test/email Path does not match
2 app_app_specific_mailer_sendemail /email Path does not match
3 email_attending_event /email/users/attending/{typ} Path does not match
4 email_birthdays_this_month /email/users/birthdays/thismonth Path does not match
5 email_admins /email/admins Path does not match
6 email_all /email/users/all Path does not match
7 email_users /email/users Path does not match
8 print_badges_pdf_test /print/badges/test Path does not match
9 print_deceased_badges /print/badges/deceased Path does not match
10 print_all_badges /print/badges/all Path does not match
11 print_attending_badges /print/badges/{typ} Path does not match
12 myrecipes_main /myrecipes Path does not match
13 myrecipes_add /myrecipes/add/{typ}/{cat} Path does not match
14 myrecipes_edit /myrecipes/edit/{id} Path does not match
15 myrecipes_delete /myrecipes/delete/{id} Path does not match
16 myrecipes_recipe_list /myrecipes/list/{typ} Path does not match
17 myrecipes_shopping_list /myrecipes/shopping_list Path does not match
18 myrecipes_diet_helper /myrecipes/diet_helper Path does not match
19 myrecipes_ingredient_matcher /myrecipes/ingredient_matcher Path does not match
20 myrecipes_import_recipe /myrecipes/import_recipe Path does not match
21 myrecipes_dining_out_guide /myrecipes/dining_out_guide Path does not match
22 app_register /register Path does not match
23 app_forgot_password_request /reset-your-password Path does not match
24 app_check_email /check-email Path does not match
25 app_reset_password /reset/{token} Path does not match
26 app_login /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.