Routing
resetpassword.request
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/reset-password
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 9 | _profiler_open_file | /_profiler/open | Path does not match |
| 10 | _profiler | /_profiler/{token} | Path does not match |
| 11 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 14 | admin.actor.index | /admin/actor/ | Path does not match |
| 15 | admin.actor.search | /admin/actor/search | Path does not match |
| 16 | admin.actor.create | /admin/actor/create | Path does not match |
| 17 | admin.actor.edit | /admin/actor/{ActorID}/edit | Path does not match |
| 18 | admin.actor.images | /admin/actor/{id}/images | Path does not match |
| 19 | admin.actor.delete | /admin/actor/{ActorID}/delete | Path does not match |
| 20 | admin.actor.upload-image | /admin/actor/{id}/upload-image | Path does not match |
| 21 | admin.actor.delete-image | /admin/actor/delete-image/{id} | Path does not match |
| 22 | admin.actor.reorder-image | /admin/actor/reorder-image | Path does not match |
| 23 | admin.dashboard | /admin | Path does not match |
| 24 | admin.image.index | /admin/image/ | Path does not match |
| 25 | admin.login | /admin/login | Path does not match |
| 26 | admin.logout | /admin/logout | Path does not match |
| 27 | admin.studio.index | /admin/studio/ | Path does not match |
| 28 | admin.studio.create | /admin/studio/create | Path does not match |
| 29 | admin.studio.edit | /admin/studio/{StudioID}/edit | Path does not match |
| 30 | admin.studio.delete | /admin/studio/{StudioID}/delete | Path does not match |
| 31 | admin.tagcategory.create | /admin/tag-category/create | Path does not match |
| 32 | admin.tagcategory.edit | /admin/tag-category/{id}/edit | Path does not match |
| 33 | admin.tagcategory.delete | /admin/tag-category/{id}/delete | Path does not match |
| 34 | admin.tag.index | /admin/tag/{catid} | Path does not match |
| 35 | admin.tag.index.categories | /admin/tag/{catid}/categories | Path does not match |
| 36 | admin.tag.index.tags | /admin/tag/{catid}/tags | Path does not match |
| 37 | admin.tag.create | /admin/tag/create | Path does not match |
| 38 | admin.tag.edit | /admin/tag/{id}/edit | Path does not match |
| 39 | admin.tag.delete | /admin/tag/{id}/delete | Path does not match |
| 40 | admin.user.index | /admin/user/ | Path does not match |
| 41 | admin.user.create | /admin/user/create | Path does not match |
| 42 | admin.user.edit | /admin/user/{UserID}/edit | Path does not match |
| 43 | admin.user.delete | /admin/user/{UserID}/delete | Path does not match |
| 44 | admin.video.index | /admin/video/ | Path does not match |
| 45 | admin.video.create | /admin/video/create | Path does not match |
| 46 | admin.video.edit | /admin/video/{id}/edit | Path does not match |
| 47 | admin.video.images | /admin/video/{id}/images | Path does not match |
| 48 | admin.video.actors | /admin/video/{id}/actors | Path does not match |
| 49 | admin.video.delete | /admin/video/{id}/delete | Path does not match |
| 50 | admin.video.upload-image | /admin/video/{id}/upload-image | Path does not match |
| 51 | admin.video.delete-image | /admin/video/delete-image/{id} | Path does not match |
| 52 | admin.video.reorder-image | /admin/video/reorder-image | Path does not match |
| 53 | admin.video.tags | /admin/video/{id}/tags | Path does not match |
| 54 | admin.video.tags.edit | /admin/video/{id}/tags/{catid}/edit | Path does not match |
| 55 | admin.video.actor.add | /admin/video/{id}/actor-add | Path does not match |
| 56 | admin.video.actor.remove | /admin/video/{id}/actor-remove | Path does not match |
| 57 | actor.index | /actor/ | Path does not match |
| 58 | actor.search | /actor/search | Path does not match |
| 59 | image.show | /img/{type}/{id}/{uri} | Path does not match |
| 60 | studio.index | /studio/ | Path does not match |
| 61 | studio.search | /studio/search | Path does not match |
| 62 | user.register | /register | Path does not match |
| 63 | user.register.confirm | /register-confirm | Path does not match |
| 64 | user.login | /login | Path does not match |
| 65 | user.logout | /logout | Path does not match |
| 66 | video.index | / | Path does not match |
| 67 | video.show | /video/{id} | Path does not match |
| 68 | resetpassword.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.