app-MAIL-temp/templates/emails/transactional/invalid-totp-login.txt

10 lines
369 B
Plaintext
Raw Normal View History

2022-02-16 18:52:35 +01:00
{% extends "base.txt.jinja2" %}
{% block content %}
2022-01-20 19:24:28 +01:00
There has been an unsuccessful attempt to login to your SimpleLogin account.
An invalid {{type}} code was provided but the email and password were correct.
2022-01-20 19:24:28 +01:00
This request has been blocked. However, if this was not you, please change your password immediately.
{{URL}}/dashboard/setting#change_password
2022-02-16 18:52:35 +01:00
{% endblock %}