{% set title = 'Activate Email Code Authentication' %}
{% set content %}
Enter the email code below to activate two-factor email code authentication. Note
that this code is only valid for 24 hours.
Note: Once you have email code authentication activated, an email code will be
sent to the email address assigned to your account whenever you try to log in to the Tibia
client or the {{ config.lua.serverName }} website. In order to log in, you will need to enter the most recent
email code you have received.
An email code has already been sent to the email address assigned to your account.
Please check your email account's spam/junk filter and make sure that your mailbox is not
full. In case you need a new email code, you can request one by clicking on "Resend Email
Code".
To complete the activation of email code authentication for your Tibia account, please enter
the email code you received at the email address assigned to your account.
Email Code:
{% if wrongCode %}
Invalid email code!
{% endif %}
{% endset %}
{% include 'tables.headline.html.twig' %}