first commit
This commit is contained in:
4
templates/mfa/email/recovery_codes_generated_message.txt
Executable file
4
templates/mfa/email/recovery_codes_generated_message.txt
Executable file
@@ -0,0 +1,4 @@
|
||||
{% 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 %}
|
||||
4
templates/mfa/email/recovery_codes_generated_subject.txt
Executable file
4
templates/mfa/email/recovery_codes_generated_subject.txt
Executable file
@@ -0,0 +1,4 @@
|
||||
{% load i18n %}
|
||||
{% autoescape off %}
|
||||
{% blocktrans %}New Recovery Codes Generated{% endblocktrans %}
|
||||
{% endautoescape %}
|
||||
4
templates/mfa/email/totp_activated_message.txt
Executable file
4
templates/mfa/email/totp_activated_message.txt
Executable file
@@ -0,0 +1,4 @@
|
||||
{% extends "account/email/base_notification.txt" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block notification_message %}{% blocktrans %}Authenticator app activated.{% endblocktrans %}{% endblock notification_message %}
|
||||
4
templates/mfa/email/totp_activated_subject.txt
Executable file
4
templates/mfa/email/totp_activated_subject.txt
Executable file
@@ -0,0 +1,4 @@
|
||||
{% load i18n %}
|
||||
{% autoescape off %}
|
||||
{% blocktrans %}Authenticator App Activated{% endblocktrans %}
|
||||
{% endautoescape %}
|
||||
4
templates/mfa/email/totp_deactivated_message.txt
Executable file
4
templates/mfa/email/totp_deactivated_message.txt
Executable file
@@ -0,0 +1,4 @@
|
||||
{% extends "account/email/base_notification.txt" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block notification_message %}{% blocktrans %}Authenticator app deactivated.{% endblocktrans %}{% endblock notification_message %}
|
||||
4
templates/mfa/email/totp_deactivated_subject.txt
Executable file
4
templates/mfa/email/totp_deactivated_subject.txt
Executable file
@@ -0,0 +1,4 @@
|
||||
{% load i18n %}
|
||||
{% autoescape off %}
|
||||
{% blocktrans %}Authenticator App Deactivated{% endblocktrans %}
|
||||
{% endautoescape %}
|
||||
4
templates/mfa/email/webauthn_added_message.txt
Executable file
4
templates/mfa/email/webauthn_added_message.txt
Executable file
@@ -0,0 +1,4 @@
|
||||
{% extends "account/email/base_notification.txt" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block notification_message %}{% blocktrans %}A new security key has been added.{% endblocktrans %}{% endblock notification_message %}
|
||||
4
templates/mfa/email/webauthn_added_subject.txt
Executable file
4
templates/mfa/email/webauthn_added_subject.txt
Executable file
@@ -0,0 +1,4 @@
|
||||
{% load i18n %}
|
||||
{% autoescape off %}
|
||||
{% blocktrans %}Security Key Added{% endblocktrans %}
|
||||
{% endautoescape %}
|
||||
4
templates/mfa/email/webauthn_removed_message.txt
Executable file
4
templates/mfa/email/webauthn_removed_message.txt
Executable file
@@ -0,0 +1,4 @@
|
||||
{% extends "account/email/base_notification.txt" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block notification_message %}{% blocktrans %}A security key has been removed.{% endblocktrans %}{% endblock notification_message %}
|
||||
4
templates/mfa/email/webauthn_removed_subject.txt
Executable file
4
templates/mfa/email/webauthn_removed_subject.txt
Executable file
@@ -0,0 +1,4 @@
|
||||
{% load i18n %}
|
||||
{% autoescape off %}
|
||||
{% blocktrans %}Security Key Removed{% endblocktrans %}
|
||||
{% endautoescape %}
|
||||
Reference in New Issue
Block a user