Routing
remember_password
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/rememberPassword
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | get_ip | /api/get_ip/{route} | Path does not match |
| 2 | set_ip | /api/set_ip | Path does not match |
| 3 | company_index | /company/ | Path does not match |
| 4 | company_new | /company/new | Path does not match |
| 5 | company_show | /company/{id} | Path does not match |
| 6 | company_edit | /company/{id}/edit | Path does not match |
| 7 | company_delete | /company/{id} | Path does not match |
| 8 | Path does not match | ||
| 9 | connect_facebook_start | /login/facebook | Path does not match |
| 10 | connect_facebook_check | /login/facebook/check | Path does not match |
| 11 | global_setting_index | /global/setting/ | Path does not match |
| 12 | global_setting_new | /global/setting/new | Path does not match |
| 13 | global_setting_show | /global/setting/{id} | Path does not match |
| 14 | global_setting_edit | /global/setting/{id}/edit | Path does not match |
| 15 | global_setting_delete | /global/setting/{id} | Path does not match |
| 16 | connect_google_start | /login/google | Path does not match |
| 17 | connect_google_check | /login/google/check | Path does not match |
| 18 | homepage | / | Path does not match |
| 19 | empresas | /empresas | Path does not match |
| 20 | mecano_legal | /legal | Path does not match |
| 21 | mecano_condiciones | /condiciones | Path does not match |
| 22 | mecano_privacidad | /privacidad | Path does not match |
| 23 | user_repetitions | /update_user_repetitions | Path does not match |
| 24 | update_for_repetitions | /update_users_for_repetitions | Path does not match |
| 25 | mecano | /mecano | Path does not match |
| 26 | panel | /panel | Path does not match |
| 27 | update_user | /updateuser | Path does not match |
| 28 | settings | /panel/settings | Path does not match |
| 29 | chat_receiver | /panel/chat/receive | Path does not match |
| 30 | chat | /panel/chat | Path does not match |
| 31 | examen | /examen | Path does not match |
| 32 | use-demo | /use_demo/{type} | Path does not match |
| 33 | use-sesion | /use_sesion | Path does not match |
| 34 | certificate | /certificate | Path does not match |
| 35 | sitemap | /sitemap.xml | Path does not match |
| 36 | challenge | /challenge | Path does not match |
| 37 | challenge_result | /challenge/results | Path does not match |
| 38 | challenge_update | /challenge/update | Path does not match |
| 39 | preregistered_user_index | /admin/preregistered/ | Path does not match |
| 40 | preregistered_user_new | /admin/preregistered/new | Path does not match |
| 41 | preregistered_user_show | /admin/preregistered/{id} | Path does not match |
| 42 | preregistered_user_edit | /admin/preregistered/{id}/edit | Path does not match |
| 43 | preregistered_user_delete | /admin/preregistered/{id} | Path does not match |
| 44 | app_register | /registro | Path does not match |
| 45 | check_mail | /registrado | Path does not match |
| 46 | finish_social_registration | /terminar_registro | Path does not match |
| 47 | confirm | /confirm/{code} | Path does not match |
| 48 | registration_reminder | /user/registration/reminder/{user} | Path does not match |
| 49 | send_activation_email | /resendEmail | Path does not match |
| 50 | rememberPasswordAction2 | /rememberPassword/{code} | Path does not match |
| 51 | remember_password | /rememberPassword | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.