Disabled SecondaryAuth due to retail client problems.

This commit is contained in:
mobius 2015-02-03 03:04:23 +00:00
parent 3b380685fb
commit 5e6500077c

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/SecondaryAuth.xsd">
<enabled>true</enabled> <!-- Enable Secondary Authentication on Character Select -->
<enabled>false</enabled> <!-- Enable Secondary Authentication on Character Select -->
<maxAttempts>5</maxAttempts> <!-- Max Attempts for Second Auth Password (0 to disable) -->
<banTime>480</banTime> <!-- Ban time if user reach maxAttempts (in minutes) -->
<recoveryLink>http://www.google.com</recoveryLink> <!-- Password Recovery Link -->