Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _wdt | /_wdt/{token} | Path does not match |
| 2 | _profiler_home | /_profiler/ | Path does not match |
| 3 | _profiler_search | /_profiler/search | Path does not match |
| 4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 7 | _profiler_open_file | /_profiler/open | Path does not match |
| 8 | _profiler | /_profiler/{token} | Path does not match |
| 9 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 12 | bo_home | /bo/ | Path does not match |
| 13 | bo_dashboard | /bo/dashboard | Path does not match |
| 14 | cache_clear | /bo/cache_clear | Path does not match |
| 15 | bo.coefficients | /bo/coefficients/list | Path does not match |
| 16 | bo.coefficients.save | /bo/coefficients/save/{id} | Path does not match |
| 17 | bo.coefficients.recalcul | /bo/coefficients/recalcul/{id} | Path does not match |
| 18 | bo.competences | /bo/competences/list | Path does not match |
| 19 | bo.resultats | /bo/resultats/list | Path does not match |
| 20 | bo.evaluation.delete | /bo/resultats/delete/{id} | Path does not match |
| 21 | bo.evaluation.verified | /bo/resultats/verified/{id} | Path does not match |
| 22 | bo.evaluation.unverified | /bo/resultats/unverified/{id} | Path does not match |
| 23 | bo.evaluation.update_coms | /bo/resultats/update_commentaires/{id} | Path does not match |
| 24 | bo.resultats.par_ue_et_promo | /bo/resultats/par_ue_et_promo/{code}/{promo}/S{semestre} | Path does not match |
| 25 | export_resultats | /bo/resultats/export | Path does not match |
| 26 | bo.promotions | /bo/promotions/list | Path does not match |
| 27 | bo.promotion.edit | /bo/promotions/edit/{id} | Path does not match |
| 28 | bo.semestres | /bo/semestres/list | Path does not match |
| 29 | bo.semestre.edit | /bo/semestres/edit/{id} | Path does not match |
| 30 | bo.sessions_evaluation | /bo/sessions_evaluation/list | Path does not match |
| 31 | bo.sessions_evaluation.edit | /bo/sessions_evaluation/edit/{id} | Path does not match |
| 32 | bo.sessions_evaluation.delete | /bo/sessions_evaluation/delete/{id} | Path does not match |
| 33 | ajax_promo_get_ues | /bo/sessions_evaluation/ajax_promo_get_ues/{id} | Path does not match |
| 34 | bo.ues | /bo/ue/list | Path does not match |
| 35 | bo.utilisateurs.admins | /bo/utilisateur/admin/list | Path does not match |
| 36 | bo.utilisateurs.enseignants | /bo/utilisateur/enseignant/list | Path does not match |
| 37 | bo.utilisateurs.etudiants | /bo/utilisateur/etudiant/list | Path does not match |
| 38 | bo.utilisateurs.admins.edit | /bo/utilisateur/admin/edit/{id} | Path does not match |
| 39 | bo.utilisateurs.enseignants.edit | /bo/utilisateur/enseignant/edit/{id} | Path does not match |
| 40 | bo.utilisateurs.etudiants.edit | /bo/utilisateur/etudiant/edit/{id} | Path does not match |
| 41 | bo.etudiant.evaluations | /bo/utilisateur/etudiant/{id}/evaluations | Path does not match |
| 42 | bo.etudiant.evaluation.graphique | /bo/utilisateur/etudiant/{from_etudiant}/evaluation/{evaluation} | Path does not match |
| 43 | bo.resultats.etudiant.evaluation.graphique | /bo/utilisateur/resultats/etudiant/{from_etudiant}/evaluation/{evaluation} | Path does not match |
| 44 | bo.user.delete | /bo/utilisateur/delete/{id} | Path does not match |
| 45 | enseignant_home | /enseignant/ | Path does not match |
| 46 | enseignant_create_new_session | /enseignant/create_new_session | Path does not match |
| 47 | enseignant_add_session_ue | /enseignant/add_session_ue | Path does not match |
| 48 | enseignant_select_etudiant | /enseignant/selection_etudiant/{promotion}/{session}/{id_ues} | Path does not match |
| 49 | eval_etudiant | /enseignant/eval_etudiant/{id_etudiants}/{session}/{id_ues} | Path does not match |
| 50 | save_eval_etudiant | /enseignant/save_eval_etudiant/{id} | Path does not match |
| 51 | eval_etudiant_resultat | /enseignant/eval_etudiant_resultat/{id} | Path does not match |
| 52 | eval_etudiant_modif | /enseignant/eval_etudiant/modif/{id} | Path does not match |
| 53 | etudiant_home | /etudiant/ | Path does not match |
| 54 | etudiant_eval_ue | /etudiant/auto_eval/{session}/{ue} | Path does not match |
| 55 | save_auto_eval | /etudiant/save_auto_eval | Path does not match |
| 56 | auto_eval_resultat | /etudiant/auto_eval_resultat/{id} | Path does not match |
| 57 | evaluation_complete | /etudiant/evaluation/{id} | Path does not match |
| 58 | home | / | Path does not match |
| 59 | aide | /aide | Path does not match |
| 60 | mentions_legales | /mentions-legales | Path does not match |
| 61 | promo_get_sessions | /promo_get_sessions/{id} | Path does not match |
| 62 | session_get_ues | /session_get_ues/{id} | Path does not match |
| 63 | app_forgot_password_request | /reset-password/ | Path does not match |
| 64 | app_check_email | /reset-password/check-email | Path does not match |
| 65 | app_reset_password | /reset-password/reset/{token} | Path does not match |
| 66 | 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.