feat(plugin): Manage users — VNCdirectory deep-link settings-section

This commit is contained in:
Bernd Rodler
2026-08-20 18:40:10 +02:00
parent 410aa52217
commit d021a0a87c
4 changed files with 568 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"id": "manage-users",
"name": "Manage users",
"version": "1.0.0",
"author": "SRC Advisory",
"description": "Deep-link to the VNCdirectory: users are created and assigned to SRCmail in the directory, not in the webmail. Adds a User management entry to Settings.",
"type": "ui-extension",
"tier": "privileged",
"permissions": [
"ui:settings-section"
],
"entrypoint": "index.js",
"minAppVersion": "1.7.6"
}