Skip to content

Commit

Permalink
remove $CleartextPassword and update wording on
Browse files Browse the repository at this point in the history
ChangePasswordEmail.ss

4.x version of silverstripe#5194
  • Loading branch information
christopherdarling committed Mar 23, 2016
1 parent 03a3244 commit ceccd95
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions templates/email/ChangePasswordEmail.ss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

<p>
<%t ChangePasswordEmail_ss.CHANGEPASSWORDTEXT1 'You changed your password for' is 'for a url' %> $AbsoluteBaseURL.<br />
<%t ChangePasswordEmail_ss.CHANGEPASSWORDTEXT2 'You can now use the following credentials to log in:' %>
</p>

<p>
<%t ChangePasswordEmail_ss.EMAIL 'Email' %>: $Email<br />
<%t ChangePasswordEmail_ss.PASSWORD 'Password' %>: $CleartextPassword
<%t ChangePasswordEmail_ss.CHANGEPASSWORDFOREMAIL 'The password for account with email address {email} has been changed. If you didn't change your password please change your password using the link below' email=$Email %><br />
<a href="Security/changepassword"><%t ChangePasswordEmail_ss.CHANGEPASSWORDTEXT3 'Change password' %></a>
</p>

0 comments on commit ceccd95

Please sign in to comment.