10 lines
218 B
Smarty
10 lines
218 B
Smarty
<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>Website Administration</p>
|
|
</body>
|
|
</html>
|