Disabled SecondaryAuth due to retail client problems.
This commit is contained in:
parent
3b380685fb
commit
5e6500077c
2
trunk/dist/game/config/SecondaryAuth.xml
vendored
2
trunk/dist/game/config/SecondaryAuth.xml
vendored
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/SecondaryAuth.xsd">
|
<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) -->
|
<maxAttempts>5</maxAttempts> <!-- Max Attempts for Second Auth Password (0 to disable) -->
|
||||||
<banTime>480</banTime> <!-- Ban time if user reach maxAttempts (in minutes) -->
|
<banTime>480</banTime> <!-- Ban time if user reach maxAttempts (in minutes) -->
|
||||||
<recoveryLink>http://www.google.com</recoveryLink> <!-- Password Recovery Link -->
|
<recoveryLink>http://www.google.com</recoveryLink> <!-- Password Recovery Link -->
|
||||||
|
Loading…
Reference in New Issue
Block a user