mirror of
https://github.com/hardillb/node-red-alexa-home-skill-web.git
synced 2026-01-03 19:23:18 +01:00
16 lines
477 B
Plaintext
16 lines
477 B
Plaintext
<html>
|
|
<head></head>
|
|
<body>
|
|
<p>Hello</p>
|
|
|
|
<p>A request was recently made to reset the password for your Node-RED Alexa Home Skill account.</p>
|
|
|
|
<p>Your username is <%= username %>.<p>
|
|
|
|
<p>Follow this link to reset your password</p>
|
|
|
|
<a href="https://alexa-node-red.bm.hardill.me.uk/changePassword/<%= uuid %>">https://alexa-node-red.bm.hardill.me.uk/changePassword/<%= uuid %></a>
|
|
|
|
<p>This link will only be valid for the next 24hrs and will only work once.</p>
|
|
</body>
|
|
</html> |