mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
feat(Core/Authserver): TOTP rewrite (#5620)
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
# EXAMPLE CONFIG
|
||||
# AUTH SERVER SETTINGS
|
||||
# MYSQL SETTINGS
|
||||
# CRYPTOGRAPHY
|
||||
# LOGGING SYSTEM SETTINGS
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
@@ -181,6 +183,24 @@ LoginDatabase.SynchThreads = 1
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
###################################################################################################
|
||||
# CRYPTOGRAPHY
|
||||
#
|
||||
# TOTPMasterSecret
|
||||
# Description: The master key used to encrypt TOTP secrets for database storage.
|
||||
# If you want to change this, uncomment TOTPOldMasterSecret, then copy
|
||||
# your old secret there and startup authserver once. Afterwards, you can re-
|
||||
# comment that line and get rid of your old secret.
|
||||
#
|
||||
# Default: <blank> - (Store TOTP secrets unencrypted)
|
||||
# Example: 000102030405060708090A0B0C0D0E0F
|
||||
|
||||
TOTPMasterSecret =
|
||||
# TOTPOldMasterSecret =
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
###################################################################################################
|
||||
#
|
||||
# LOGGING SYSTEM SETTINGS
|
||||
|
||||
Reference in New Issue
Block a user