Routing
app_forgotten_password
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/oublie-passe
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_address_new | /adresse/créer/{id} | Path does not match |
| 2 | app_address_edit | /adresse/{id}/modifier | Path does not match |
| 3 | app_address_postcode_city | /adresse/code-postal-commune | Path does not match |
| 4 | app_address_delete | /adresse/{id} | Path does not match |
| 5 | admin_app_user_list | /admin/utilisateurs | Path does not match |
| 6 | admin_app_user_edit | /admin/utilisateurs/{id}/edit | Path does not match |
| 7 | app_client_index | /client | Path does not match |
| 8 | app_client_new | /client/ajouter | Path does not match |
| 9 | app_client_edit | /client/{id}/modifier | Path does not match |
| 10 | app_client_delete | /client/{id} | Path does not match |
| 11 | app_company | /mon-entreprise | Path does not match |
| 12 | app_custom_plans_index | /compte-charge-personnel | Path does not match |
| 13 | app_custom_plans_new | /compte-charge-personnel/ajouter | Path does not match |
| 14 | app_custom_plans_edit | /compte-charge-personnel/{id}/modifier | Path does not match |
| 15 | app_custom_plans_delete | /compte-charge-personnel/{id} | Path does not match |
| 16 | app_dashboard_view | /objectif-du-previsionnel | Path does not match |
| 17 | app_dashboard_profit_analysis | /analyse-rentablilite | Path does not match |
| 18 | app_employee_index | /employe | Path does not match |
| 19 | app_employee_new | /employe/ajouter | Path does not match |
| 20 | app_employee_edit | /employe/{id}/modifier | Path does not match |
| 21 | app_employee_delete | /employe/{id} | Path does not match |
| 22 | app_estimated_expenses_index | /charge | Path does not match |
| 23 | app_estimated_expenses_new | /charge/ajouter | Path does not match |
| 24 | app_estimated_expenses_edit | /charge/{id}/modifier | Path does not match |
| 25 | app_estimated_expenses_delete | /charge/{id} | Path does not match |
| 26 | app_index | / | Path does not match |
| 27 | app_invoice_index | /facture | Path does not match |
| 28 | app_invoice_new | /facture/créer/{id} | Path does not match |
| 29 | app_invoice_credit | /facture/créer-avoir/{id} | Path does not match |
| 30 | app_invoice_edit | /facture/{id}/modifier | Path does not match |
| 31 | app_invoice_show | /facture/{id} | Path does not match |
| 32 | app_invoice_delete | /facture/{id}/delete | Path does not match |
| 33 | app_parameters_edit | /parameters | Path does not match |
| 34 | app_export_pdf | /exporter-pdf | Path does not match |
| 35 | app_product_index | /produit | Path does not match |
| 36 | app_product_new | /produit/ajouter | Path does not match |
| 37 | app_product_edit | /produit/{id}/modifier | Path does not match |
| 38 | app_product_delete | /produit/{id}/delete | Path does not match |
| 39 | app_projects | /chantier | Path does not match |
| 40 | app_project_add | /chantier/ajouter | Path does not match |
| 41 | app_project | /chantier/{id} | Path does not match |
| 42 | app_project_delete | /chantier/{id}/delete | Path does not match |
| 43 | app_quote_index | /devis | Path does not match |
| 44 | app_quote_add | /devis/ajouter/ | Path does not match |
| 45 | app_quote_add_client | /devis/ajout-client | Path does not match |
| 46 | app_quote_add_client_address | /devis/ajout-adresse-client | Path does not match |
| 47 | app_quote_add_product | /devis/ajout-produit | Path does not match |
| 48 | app_quote_show_product | /devis/afficher-produit | Path does not match |
| 49 | app_quote_show_delivery_address | /devis/afficher-adresse-livraison | Path does not match |
| 50 | app_quote_show_billing_address | /devis/afficher-adress-facturation | Path does not match |
| 51 | app_quote_edit | /devis/{id}/modifier | Path does not match |
| 52 | app_quote_change_status | /devis/changer-statut | Path does not match |
| 53 | app_quote_show | /devis/{id} | Path does not match |
| 54 | app_quote_delete | /devis/{id}/delete | Path does not match |
| 55 | app_add_quote_products | /devis/{id}/ajouter-produit | Path does not match |
| 56 | app_add_product | /ajout-produit | Path does not match |
| 57 | app_quote_delete_product | /devis/{id}/supprimer-produit | Path does not match |
| 58 | app_register | /inscription | Path does not match |
| 59 | app_register_validation | /validation-inscription/{id} | Path does not match |
| 60 | app_verify_email | /verification-inscription | Path does not match |
| 61 | app_regenerate_url | /url-verification/{user} | Path does not match |
| 62 | app_login | /connexion | Path does not match |
| 63 | app_logout | /deconnection | Path does not match |
| 64 | app_forgotten_password | /oublie-passe | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.