Ai_Admin/templates/mfa/email/recovery_codes_generated_message.txt
2024-09-20 04:29:09 +00:00

5 lines
245 B
Plaintext
Executable File

{% extends "account/email/base_notification.txt" %}
{% load i18n %}
{% block notification_message %}{% blocktrans %}A new set of Two-Factor Authentication recovery codes has been generated.{% endblocktrans %}{% endblock notification_message %}