user list, user create w/ endpoints, misc

This commit is contained in:
2026-03-04 22:46:46 +01:00
parent de6ea0d913
commit 2ebbc88c0a
4 changed files with 45 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ pub enum Permission {
ChangeOthersPasswords,
// All Users have the right to change their own handle
ChangeOthersHandles,
ManuallyCreateUsers,
}
impl User {