2FA
Two factor authentication provides staff members and players with a way to secure their account.
Authenication Types
Type | Description | Requirements |
---|---|---|
QRCode | Auth using an authenticator app. | Google Authenticator, Authy, 1Password, etc. |
YubiKey | Auth using a USB security key by Yubico. | A YubiKey. |
Discord | Receive a Discord DM with your auth code. | Phoenix's pxDiscord addon. |
Force 2FA
You can require players to setup two factor authentication by adding core.2fa
to their profile or to their rank.
Commands
<>
= Required []
= Optional
Command | Permission | Description |
---|---|---|
/2fasetup <type> | core.2fa | Sets up 2FA using the desired type. |
/2fa <code> | core.2fa | Tries to authenticate using the specified code. |
/2fa request | core.2fa | Requests your discord 2FA code (Requires pxDiscord). |
/force2fa <player> | core.command.force2fa | Forces a player to setup 2FA. |
/reset2fa <player> | core.command.reset2fa | Resets a player's 2FA. |