http://beekeeperexpert.com/reset-password

Routing

app_forgot_password_request Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /reset-password
# Route name Path Log
1 app_api_default_test /api/1.0/test Path does not match
2 app_api_default_apigetuser /api/1.0/user/{userId} Path does not match
3 app_api_default_me /api/1.0/me Path does not match
4 back_home /back/ Path does not match
5 app_back_ruche_qrgen /back/hive/qr Path does not match
6 app_back_ruche_qrscan /back/hive/qrscan Path does not match
7 hive_show /back/hive/show/{uuid} Path does not match
8 test_fix_user /testemail Path does not match
9 app_default_admindashboard /testadmin Path does not match
10 eadmin /eadmin Path does not match
11 app_home / Path does not match
12 locale_update /locale/update Path does not match
13 app_login /login Path does not match
14 app_logout /logout Path does not match
15 app_register /register Path does not match
16 app_verify_email /verify/email Path does not match
17 app_forgot_password_request /reset-password Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.