Prevent password from being HTML encoded in the invite email

This commit is contained in:
Luke Towers 2019-02-13 14:55:29 -06:00
parent c55cc622ff
commit ac5bc866ff

View File

@ -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: