From ac5bc866ff8f0e7dea3ed7f667b99848723eb268 Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Wed, 13 Feb 2019 14:55:29 -0600 Subject: [PATCH] Prevent password from being HTML encoded in the invite email --- modules/backend/views/mail/invite.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/backend/views/mail/invite.htm b/modules/backend/views/mail/invite.htm index 71f218f30..28224a5a1 100644 --- a/modules/backend/views/mail/invite.htm +++ b/modules/backend/views/mail/invite.htm @@ -8,7 +8,7 @@ A user account has been created for you on **{{ appName }}**. {% partial 'panel' body %} - Login: `{{ login ?: 'sample' }}` -- Password: `{{ password ?: '********' }}` +- Password: `{{ password ?: '********' | raw }}` {% endpartial %} You can use the following link to sign in: