mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
feat(Core/Authserver): TOTP rewrite (#5620)
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
# PERFORMANCE SETTINGS
|
||||
# SERVER LOGGING
|
||||
# SERVER SETTINGS
|
||||
# CRYPTOGRAPHY
|
||||
# WARDEN SETTINGS
|
||||
# PLAYER INTERACTION
|
||||
# CREATURE SETTINGS
|
||||
@@ -1215,6 +1216,25 @@ IsPreloadedContinentTransport.Enabled = 0
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
###################################################################################################
|
||||
# CRYPTOGRAPHY
|
||||
#
|
||||
# TOTPMasterSecret
|
||||
# Description: The key used by authserver to decrypt TOTP secrets from database storage.
|
||||
# You only need to set this here if you plan to use the in-game 2FA
|
||||
# management commands (.account 2fa), otherwise this can be left blank.
|
||||
#
|
||||
# The server will auto-detect if this does not match your authserver setting,
|
||||
# in which case any commands reliant on the secret will be disabled.
|
||||
#
|
||||
# Default: <blank>
|
||||
#
|
||||
|
||||
TOTPMasterSecret =
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
###################################################################################################
|
||||
# WARDEN SETTINGS
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user