Skip to content

Commit

Permalink
remove $CleartextPassword from ChangePasswordEmail.ss
Browse files Browse the repository at this point in the history
4.x version of silverstripe#5194
  • Loading branch information
christopherdarling committed Mar 21, 2016
1 parent 78f19bd commit 6cb11c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/email/ChangePasswordEmail.ss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
</p>

<p>
<%t ChangePasswordEmail_ss.EMAIL 'Email' %>: $Email<br />
<%t ChangePasswordEmail_ss.PASSWORD 'Password' %>: $CleartextPassword
<%t ChangePasswordEmail_ss.EMAIL 'Email' %>: $Email
</p>

0 comments on commit 6cb11c0

Please sign in to comment.