2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-11-14 11:56:44 +00:00

feat(docs): add admin center docs (#9646)

* add admin center docs

* add basic system settings docs
This commit is contained in:
Matthias Mair
2025-05-08 11:20:33 +02:00
committed by GitHub
parent 41f1670aa2
commit e3ff840908
7 changed files with 39 additions and 13 deletions

View File

@@ -50,7 +50,7 @@ Users can authenticate against the API using basic authentication - specifically
Each user is assigned an authentication token which can be used to access the API. This token is persistent for that user (unless invalidated by an administrator) and can be used across multiple sessions.
!!! info "Token Administration"
User tokens can be created and/or invalidated via the user settings, admin center or admin interface.
User tokens can be created and/or invalidated via the user settings, [Admin Center](../settings/admin.md#admin-center) or admin interface.
#### Requesting a Token