Removed email system datapack files.
This commit is contained in:
parent
d186917f24
commit
12ca448eeb
65
trunk/dist/login/config/Email.properties
vendored
65
trunk/dist/login/config/Email.properties
vendored
@ -1,65 +0,0 @@
|
|||||||
# ---------------------------------------------------------------------------
|
|
||||||
# Email Settings
|
|
||||||
# ---------------------------------------------------------------------------
|
|
||||||
# The defaults are set to be retail-like. If you modify any of these settings your server will deviate from being retail-like.
|
|
||||||
# Warning:
|
|
||||||
# Please take extreme caution when changing anything. Also please understand what you are changing before you do so on a live server.
|
|
||||||
# ---------------------------------------------------------------------------
|
|
||||||
# Server Information
|
|
||||||
# ---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
# Server Name
|
|
||||||
# Default: Unconfigured L2J Server
|
|
||||||
ServerInfoName = Unconfigured L2J Server
|
|
||||||
|
|
||||||
# Contact Address
|
|
||||||
# Default: info@unconfl2j.com
|
|
||||||
ServerInfoAddress = info@myl2jserver.com
|
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
|
||||||
# E-mail System Settings
|
|
||||||
# ---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
# Enable Email System
|
|
||||||
# Default: False
|
|
||||||
EmailSystemEnabled = False
|
|
||||||
|
|
||||||
# Select Query for Email Addresses
|
|
||||||
# Default: SELECT value FROM account_data WHERE account_name=? AND var='email_addr'
|
|
||||||
EmailDBSelectQuery = SELECT value FROM account_data WHERE account_name=? AND var='email_addr'
|
|
||||||
|
|
||||||
# Email Address Field
|
|
||||||
# Default: value
|
|
||||||
EmailDBField = value
|
|
||||||
|
|
||||||
# Mail Server Host
|
|
||||||
# Default: smtp.gmail.com
|
|
||||||
SmtpServerHost = smtp.gmail.com
|
|
||||||
|
|
||||||
# Mail Server Port
|
|
||||||
# Default: 465
|
|
||||||
SmtpServerPort = 465
|
|
||||||
|
|
||||||
# Auth SMTP
|
|
||||||
# Default: True
|
|
||||||
SmtpAuthRequired = True
|
|
||||||
|
|
||||||
# Mail Socket Factory
|
|
||||||
# Default: javax.net.ssl.SSLSocketFactory
|
|
||||||
SmtpFactory = javax.net.ssl.SSLSocketFactory
|
|
||||||
|
|
||||||
# Mail Factory Callback
|
|
||||||
# Default: False
|
|
||||||
SmtpFactoryCallback = False
|
|
||||||
|
|
||||||
# Mail Server Auth - Username
|
|
||||||
# Default: exampleuser
|
|
||||||
SmtpUsername = user@gmail.com
|
|
||||||
|
|
||||||
# Mail Server Auth - Password
|
|
||||||
# Default: examplepass
|
|
||||||
SmtpPassword = password
|
|
||||||
|
|
||||||
# Mail Address
|
|
||||||
# Default: None
|
|
||||||
EmailSystemAddress = noreply@myl2jserver.com
|
|
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
|
|
Loading…
Reference in New Issue
Block a user