MPOS/php-mpos

View on GitHub
templates/mail/pin/reset.tpl

Summary

Maintainability
Test Coverage
<html>
<body>
<p>Hello {$DATA.username},</p><br />
<p>You have requested a PIN reset through our online form.</p>
<p>Randomly Generated PIN: {$DATA.pin}</p>
<p>Cheers,</p>
<p>{$WEBSITENAME}</p>
</body>
</html>