Enabled SecondaryAuth by default.
This commit is contained in:
4
trunk/dist/game/config/SecondaryAuth.xml
vendored
4
trunk/dist/game/config/SecondaryAuth.xml
vendored
@@ -1,9 +1,9 @@
|
|||||||
<?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>false</enabled> <!-- Enable Secondary Authentication on Character Select -->
|
<enabled>true</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.example.com/l2j/charPassRec.php</recoveryLink> <!-- Password Recovery Link -->
|
<recoveryLink>http://www.google.com</recoveryLink> <!-- Password Recovery Link -->
|
||||||
<forbiddenPasswords> <!-- List of forbidden passwords -->
|
<forbiddenPasswords> <!-- List of forbidden passwords -->
|
||||||
<!-- Client checks for the entries below so you should not remove or edit any of these just add more -->
|
<!-- Client checks for the entries below so you should not remove or edit any of these just add more -->
|
||||||
<password>000000</password>
|
<password>000000</password>
|
||||||
|
Reference in New Issue
Block a user