aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGacko <gacko28@gmx.de>2015-12-19 13:42:11 +0100
committerGacko <gacko28@gmx.de>2015-12-19 13:42:11 +0100
commit193dd505fadfeae6a4ebe06967b8754f07200025 (patch)
tree06670896075269fa11180d58d17dedd6f3510cbc /src
parent2f44bd904518dd5431325a4fd0cca97565cedf8a (diff)
Config/AuthServer: Rename Wrong.Password.Login.Logging to WronPass.Logging and move to correct section.
Diffstat (limited to 'src')
-rw-r--r--src/server/authserver/authserver.conf.dist16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/server/authserver/authserver.conf.dist b/src/server/authserver/authserver.conf.dist
index 1b10fa4e31d..604988d62e5 100644
--- a/src/server/authserver/authserver.conf.dist
+++ b/src/server/authserver/authserver.conf.dist
@@ -123,6 +123,14 @@ WrongPass.BanTime = 600
WrongPass.BanType = 0
#
+# WrongPass.Logging
+# Description: Additionally log attempted wrong password logging
+# Default: 0 - (Disabled)
+# 1 - (Enabled)
+
+WrongPass.Logging = 0
+
+#
###################################################################################################
###################################################################################################
@@ -149,14 +157,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
-
-#
###################################################################################################
###################################################################################################