Add users and network settings tabs with admin protections.

List and delete accounts with last-admin and Administrators-group guards, and expose editable network settings via the configuration UI.
This commit is contained in:
2026-07-18 15:18:01 +02:00
parent f049f766d9
commit 2605c3b346
49 changed files with 5440 additions and 209 deletions
+11 -1
View File
@@ -1,3 +1,13 @@
module codeberg.org/SquidSE/ClusterCanvas/service
go 1.22.12
go 1.25.0
require (
github.com/pquerna/otp v1.5.0
golang.org/x/crypto v0.54.0
)
require (
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
golang.org/x/sys v0.47.0 // indirect
)