* #1523 Create admin commands to handle players' 2FA data - Create admin command to view if a player has enabled 2FA - Create admin command to disable 2FA for a specified player
This commit is contained in:
@@ -45,6 +45,16 @@ public enum AdminPermission implements PermissionNode {
|
||||
*/
|
||||
CHANGE_EMAIL("authme.admin.changemail"),
|
||||
|
||||
/**
|
||||
* Administrator command to see whether a player has enabled two-factor authentication.
|
||||
*/
|
||||
VIEW_TOTP_STATUS("authme.admin.totpviewstatus"),
|
||||
|
||||
/**
|
||||
* Administrator command to disable the two-factor auth of a user.
|
||||
*/
|
||||
DISABLE_TOTP("authme.admin.totpdisable"),
|
||||
|
||||
/**
|
||||
* Administrator command to get the last known IP of a user.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user