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
No known key found for this signature in database
GPG key ID: 0FA334385D0B689F
5 changed files with 103 additions and 2 deletions

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