feat: Allow admins to disable the login capability of an account

# Conflicts:
#	src/admin/user/commands.rs
This commit is contained in:
timedout
2026-01-06 20:28:12 +00:00
parent 3483059e1c
commit 1c816850ed
5 changed files with 103 additions and 2 deletions
+4
View File
@@ -394,6 +394,10 @@ pub(super) static MAPS: &[Descriptor] = &[
name: "userid_lock",
..descriptor::RANDOM_SMALL
},
Descriptor {
name: "userid_login_disabled",
..descriptor::RANDOM_SMALL
},
Descriptor {
name: "userid_presenceid",
..descriptor::RANDOM_SMALL