diff --git a/authentik/blueprints/dreammall/dreammallearth-enrollment.yaml b/authentik/blueprints/dreammall/dreammallearth-enrollment.yaml index 5f9188c85..a87099003 100644 --- a/authentik/blueprints/dreammall/dreammallearth-enrollment.yaml +++ b/authentik/blueprints/dreammall/dreammallearth-enrollment.yaml @@ -121,7 +121,7 @@ entries: attrs: activate_user_on_success: true subject: DreamMall Account Confirmation - template: email/account_confirmation.html + template: dreammall_account_confirmation.html # token_expiry: 30 - how long should the token in the link be valid? use_global_settings: true diff --git a/authentik/templates/dreammall_account_confirmation.html b/authentik/templates/dreammall_account_confirmation.html new file mode 100644 index 000000000..e3b271688 --- /dev/null +++ b/authentik/templates/dreammall_account_confirmation.html @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/authentik/templates/dreammall_email_footer.html b/authentik/templates/dreammall_email_footer.html new file mode 100644 index 000000000..7b6a9b0ce --- /dev/null +++ b/authentik/templates/dreammall_email_footer.html @@ -0,0 +1,133 @@ + + + + + \ No newline at end of file diff --git a/authentik/templates/dreammall_event_notification.html b/authentik/templates/dreammall_event_notification.html new file mode 100644 index 000000000..ab3591a3b --- /dev/null +++ b/authentik/templates/dreammall_event_notification.html @@ -0,0 +1,207 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/authentik/templates/dreammall_password_reset.html b/authentik/templates/dreammall_password_reset.html new file mode 100644 index 000000000..a2fb870ac --- /dev/null +++ b/authentik/templates/dreammall_password_reset.html @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file