Removed email system datapack files.
This commit is contained in:
4
trunk/dist/login/data/mail/MailList.xml
vendored
4
trunk/dist/login/data/mail/MailList.xml
vendored
@@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="MailList.xsd">
|
||||
<mail id="SATempBan" file="html/SecAuthTempBan.htm" subject="Your account has been temporarily suspended" />
|
||||
</list>
|
||||
16
trunk/dist/login/data/mail/MailList.xsd
vendored
16
trunk/dist/login/data/mail/MailList.xsd
vendored
@@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schema xmlns="http://www.w3.org/2001/XMLSchema">
|
||||
<element name="list">
|
||||
<complexType>
|
||||
<sequence minOccurs="1" maxOccurs="1">
|
||||
<element name="mail" minOccurs="1" maxOccurs="1">
|
||||
<complexType>
|
||||
<attribute name="file" type="token" use="required" />
|
||||
<attribute name="id" type="token" use="required" />
|
||||
<attribute name="subject" type="normalizedString" use="required" />
|
||||
</complexType>
|
||||
</element>
|
||||
</sequence>
|
||||
</complexType>
|
||||
</element>
|
||||
</schema>
|
||||
@@ -1,13 +0,0 @@
|
||||
Greetings,<br>
|
||||
<br>
|
||||
We have temporally suspended your account:<br>
|
||||
<br>
|
||||
Account Name: %accountname%<br>
|
||||
Reason: Typed wrong character password %var1% times in row from ip %var0%.<br>
|
||||
Consequences: Your account has been temporaly suspended for %var2% minutes.<br>
|
||||
<br>
|
||||
If you've lost your your character password, you can recover them by <a href="%var3%">clicking here</a>.<br>
|
||||
<br>
|
||||
If you have any question, <a href="mailto:%servermail%">click here</a> to send an email to the administrator.<br>
|
||||
Regards,<br>
|
||||
%servername% Game Master Team
|
||||
Reference in New Issue
Block a user