diff options
| author | Samsequel <speudoniem@outlook.com> | 2022-11-24 15:08:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-24 15:08:38 +0100 |
| commit | 4dc00c0006d4c4521443cc87213cbe435b7342c1 (patch) | |
| tree | 47ac89903234131954f7dc81d67ec14a8e3ee504 | |
| parent | 415fb48baaf658fdef9d90dae521bad27fb417fd (diff) | |
| download | wiki-4dc00c0006d4c4521443cc87213cbe435b7342c1.tar.gz wiki-4dc00c0006d4c4521443cc87213cbe435b7342c1.tar.bz2 wiki-4dc00c0006d4c4521443cc87213cbe435b7342c1.zip | |
Add 2fa commands to wiki (#838)
| -rw-r--r-- | docs/gm-commands.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/gm-commands.md b/docs/gm-commands.md index 753cacd..87dfcb5 100644 --- a/docs/gm-commands.md +++ b/docs/gm-commands.md @@ -10,7 +10,9 @@ Note: Some commands are working only by selecting a player or a creature. These | Command | Security | Syntax | Description | |--------------------------------------|----------|-----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| account addon | 1 | `.account addon #addon` | Set expansion addon level allowed. Addon values: 0 - normal, 1 - tbc, 2 - wotlk. | +| account addon | 1 | `.account addon #addon` | Set expansion addon level allowed. Addon values: 0 - normal, 1 - tbc, 2 - wotlk. +| account 2fa setup | 0 | `.account 2fa setup` | Setup 2fa authentication. Use .account 2fa setup 1 to receive token. Apply token to authenticator app (case sensitive). Use the pin from app with .account 2fa setup PIN to confirm setup. | +| account 2fa remove | 0 | `.account 2fa remove` | Remove 2fa authentication. | | account create | 4 | `.account create $account $password` | Create account and set password to it. | | account delete | 4 | `.account delete $account` | Delete account with all characters. | | account lock country | 0 | `.account lock country [on/off]` | Allow login from account only from current used Country or remove this requirement. | |
