mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Prevent password from being HTML encoded in the invite email
This commit is contained in:
parent
c55cc622ff
commit
ac5bc866ff
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user