kalisio/kApp

View on GitHub
api/config/email-templates/identityChange/html.ejs

Summary

Maintainability
Test Coverage
<h1>[kApp] <%= email.subject %></h1>

<p>Hi <%= user.profile.name %>, your user information was just changed. Please verify that you made these changes.</p>
<ul>
<% for (var key in user.verifyChanges) {%>
   <li><%= key %>: <%= user.verifyChanges[key] %></li>
<% } %>
</ul>

<p>Use the verification code below to approve the changes.</p> 
  
<p><strong><%= user.verifyShortToken %></strong></p>

<p>If you didn't request this change please let us know by following <a href='mailto:support@kalisio.com?subject=I did not change my information&body=Someone unauthorized changed my information.'>this link</a>.</p>