{% set title = 'Deactivate Email Code Authentication' %}
{% set content %}
To deactivate two-factor email code authentication for your account, enter the
received email code below. Note, however, that email code authentication
is an important security feature which helps to prevent any unauthorised access to your
Tibia account.
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 deactivation of email code authentication, please enter the email
code you received at the email address assigned to your account.
{% if wrongCode %}
Invalid email code!
{% endif %}
{% endset %}
{% include 'tables.headline.html.twig' %}