mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Config/AuthServer: Rename Wrong.Password.Login.Logging to WronPass.Logging and move to correct section.
This commit is contained in:
@@ -122,6 +122,14 @@ WrongPass.BanTime = 600
|
||||
|
||||
WrongPass.BanType = 0
|
||||
|
||||
#
|
||||
# WrongPass.Logging
|
||||
# Description: Additionally log attempted wrong password logging
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled)
|
||||
|
||||
WrongPass.Logging = 0
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
@@ -148,14 +156,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