Skip to content

Commit 073e86e

Browse files
petehalversonLukeTowers
authored andcommitted
Use raw filter on password (#372)
Prevent html characters from being encoded.
1 parent 99f3dfa commit 073e86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/mail/invite.htm

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
{% partial 'panel' body %}
99
- Login: `{{ login }}`
10-
- Password: `{{ password }}`
10+
- Password: `{{ password|raw }}`
1111
{% endpartial %}
1212

1313
After signing in you should change your password as soon as possible.

0 commit comments

Comments
 (0)