mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Config/BNetServer: Move Wrong.Password.Login.Logging to Auth Server Settings section.
This commit is contained in:
@@ -129,6 +129,14 @@ WrongPass.BanTime = 600
|
||||
|
||||
WrongPass.BanType = 0
|
||||
|
||||
#
|
||||
# Wrong.Password.Login.Logging
|
||||
# Description: Additionally log attempted wrong password logging
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled)
|
||||
|
||||
Wrong.Password.Login.Logging = 0
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
@@ -155,14 +163,6 @@ LoginDatabaseInfo = "127.0.0.1;3306;trinity;trinity;auth"
|
||||
|
||||
LoginDatabase.WorkerThreads = 1
|
||||
|
||||
#
|
||||
# Wrong.Password.Login.Logging
|
||||
# Description: Additionally log attempted wrong password logging
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled)
|
||||
|
||||
Wrong.Password.Login.Logging = 0
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user