summaryrefslogtreecommitdiffstats
path: root/documentation/webapp/modules.md
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/webapp/modules.md')
-rw-r--r--documentation/webapp/modules.md22
1 files changed, 20 insertions, 2 deletions
diff --git a/documentation/webapp/modules.md b/documentation/webapp/modules.md
index 89424ee..77ee29e 100644
--- a/documentation/webapp/modules.md
+++ b/documentation/webapp/modules.md
@@ -1,9 +1,27 @@
# Modules
## Group / Clients
+## IP Ranges
## iPXE Configurator
+## Event Manager
+
## Client Registration
## External Backends
-## Permission Manager
## iPXE Builder
-## User Management \ No newline at end of file
+
+## User Management
+This module provides a overview table of all the existing users.
+
+<a :href="$withBase('/img/user_management.png')" target="_blank"><img :src="$withBase('/img/user_management.png')" alt="User Management"></a>
+
+A user can be created <span class="tutorial-label">1</span> or edited <span class="tutorial-label">3</span>, which opens a dialog with all editable fields.
+Selected users can be deleted by pressing the delete button <span class="tutorial-label">2</span>.
+
+<a :href="$withBase('/img/user_management_edit.png')" target="_blank"><img :src="$withBase('/img/user_management_edit.png')" alt="User Edit"></a>
+
+Permissions:
+* View - The permission to see the overview of the existing users.
+* Edit - The permission to edit users.
+* Delete - The permission to delete users.
+
+## Permission Manager \ No newline at end of file