From 08e8b43cd4fd0bdc8ad639ca09548d0379dc58c9 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 22 Mar 2026 21:11:48 +0100 Subject: [PATCH] docs:clear up admin access (#11595) --- docs/docs/settings/admin.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/docs/settings/admin.md b/docs/docs/settings/admin.md index 8b5fa57ea7..039ba0e026 100644 --- a/docs/docs/settings/admin.md +++ b/docs/docs/settings/admin.md @@ -55,19 +55,12 @@ The admin interface allows *staff* users the ability to directly view / add / ed #### Access Backend Admin Interface -To access the admin interface, select the "Admin" option from the drop-down user menu in the top-right corner of the screen. - - -!!! info "Staff Only" - Only users with staff access will be able to see the "Admin" option +To directly access the admin interface, append /admin/ to the InvenTree site URL - e.g. http://localhost:8000/admin/. An administration panel will be presented as shown below: {{ image("admin/admin.png", "Admin panel") }} -!!! info "Admin URL" - To directly access the admin interface, append /admin/ to the InvenTree site URL - e.g. http://localhost:8000/admin/ - #### View Database Objects Database objects can be listed and filtered directly. The image below shows an example of displaying existing part categories.