feat: Allow admins to disable the login capability of an account
# Conflicts: # src/admin/user/commands.rs
This commit is contained in:
parent
3483059e1c
commit
1c816850ed
5 changed files with 103 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue