Routing
security.login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/user/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | accounting.index | /accounting | Path does not match |
| 2 | accounting.invoice.supplier.add | /accounting/invoice/supplier/add | Path does not match |
| 3 | dolibarr.supplier.search | /dolibarr/supplier/search | Path does not match |
| 4 | dashboard.index | / | Path does not match |
| 5 | dashboard.contact | /contact | Path does not match |
| 6 | dashboard.monitoring | /monitoring | Path does not match |
| 7 | documents.index | /documents/ | Path does not match |
| 8 | document.add | /document/add | Path does not match |
| 9 | document.upload | /document/upload | Path does not match |
| 10 | documents.delete | /document/delete/{hash} | Path does not match |
| 11 | documents.authorization.delete | /documents/authorization/delete/{aid} | Path does not match |
| 12 | documents.link | /document/modify/{did} | Path does not match |
| 13 | document.get | /document/get/{did} | Path does not match |
| 14 | document.my.index | /document/my | Path does not match |
| 15 | document.my.add | /document/my/add/ | Path does not match |
| 16 | document.search | /document/search | Path does not match |
| 17 | document.get.public | /g/{did}/{key} | Path does not match |
| 18 | electrics.index | /electrics | Path does not match |
| 19 | electrics.archives | /electrics/archives | Path does not match |
| 20 | electrics.pending | /electrics/pending | Path does not match |
| 21 | electrics.configure | /electric/configure/{eid} | Path does not match |
| 22 | electric.create | /electric/create | Path does not match |
| 23 | electric.modify | /electric/modify/{id} | Path does not match |
| 24 | electric.qrcode | /electric/qrcode/{id} | Path does not match |
| 25 | electric.index.index | /electric/index/{eid} | Path does not match |
| 26 | electric.add.index | /electric/index/add/{eid} | Path does not match |
| 27 | electric.index.delete | /electric/index/delete/{eid} | Path does not match |
| 28 | electric.invoice.create | /electric/invoice/create | Path does not match |
| 29 | electric.index.my.index | /electric/index/my/{eid} | Path does not match |
| 30 | electric.my.add.index | /electric/index/my/{eid}/add | Path does not match |
| 31 | invoice.index | /invoice | Path does not match |
| 32 | invoice.view | /invoice/view/{iid} | Path does not match |
| 33 | invoice.get | /invoice/get/{id} | Path does not match |
| 34 | invoice.payment | /invoice/payment | Path does not match |
| 35 | invoice.dolibarr.payment | /invoice/dolibarr/payment/{key}/{invoiceId} | Path does not match |
| 36 | invoicing.index | /invoicing | Path does not match |
| 37 | invoicing.subscription | /invoicing/subscription | Path does not match |
| 38 | messaging.template.index | /messaging/template/ | Path does not match |
| 39 | messaging.template.create | /messaging/template/create/{type} | Path does not match |
| 40 | messaging.template.modify | /messaging/template/modify/{id} | Path does not match |
| 41 | messaging.template.delete | /messaging/template/delete/{tid} | Path does not match |
| 42 | messaging.send | /messaging/send/{type}/{dataEncoded} | Path does not match |
| 43 | network.index | /network | Path does not match |
| 44 | network.create | /network/create | Path does not match |
| 45 | network.estimation | /network/estimation | Path does not match |
| 46 | network.download.invoice | /network/invoice/download/{id} | Path does not match |
| 47 | network.suspend | /network/suspend/{id} | Path does not match |
| 48 | network.delete | /network/delete/{id} | Path does not match |
| 49 | network.my.create | /network/my/create/{pid} | Path does not match |
| 50 | network.paid | /network/paid/{id} | Path does not match |
| 51 | plots.index | /plots | Path does not match |
| 52 | plot.search | /plot/search | Path does not match |
| 53 | plot.create | /plot/create | Path does not match |
| 54 | plot.modify | /plot/modify/{id} | Path does not match |
| 55 | plot.memberplot.create | /plot/memberplot/create/{pid} | Path does not match |
| 56 | plot.memberplot.modify | /plot/memberplot/modify/{mid} | Path does not match |
| 57 | plot.memberplot.delete | /plot/memberplot/delete/{mid} | Path does not match |
| 58 | plot.socialpart.delete | /plot/socialpart/delete/{sid} | Path does not match |
| 59 | plot.export | /plot/export | Path does not match |
| 60 | plot.my.occupation | /plot/my/occupation/{id} | Path does not match |
| 61 | plot.my.occupation.add | /plot/my/occupation/add/{pid} | Path does not match |
| 62 | plot.my.occupation.add.withuid | /plot/my/occupation/add/{pid}/{uid} | Path does not match |
| 63 | plot.my.occupation.member.search | /plot/my/occupation/member/search | Path does not match |
| 64 | plot.memberplot.enable | /plot/memberplot/enable/{id} | Path does not match |
| 65 | plot.memberplot.disable | /plot/memberplot/disable/{id} | Path does not match |
| 66 | rmbts.index | /rmbts | Path does not match |
| 67 | rmbt.create | /rmbt/create | Path does not match |
| 68 | rmbt.modify | /rmbt/modify/{id} | Path does not match |
| 69 | rmbt.ap | /rmbt/ap | Path does not match |
| 70 | rmbt.autoattribution | /rmbt/autoattribution/{id} | Path does not match |
| 71 | rmbt.switch.provision | /rmbt/switch/provision/{id} | Path does not match |
| 72 | rmbt.switch.sendconfig | /rmbt/switch/sendconfig/{id} | Path does not match |
| 73 | rmbts.map | /rmbts/map/{fiber} | Path does not match |
| 74 | security.index | /user | Path does not match |
| 75 | security.search | /user/search | Path does not match |
| 76 | security.indexby | /userby/{filter} | Path does not match |
| 77 | security.create | /user/create | Path does not match |
| 78 | security.modify | /user/modify/{id} | Path does not match |
| 79 | security.enable | /user/enable/{id} | Path does not match |
| 80 | security.disable | /user/disable/{id} | Path does not match |
| 81 | security.login | /user/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.