diff options
Diffstat (limited to 'views/mail/password.html.ejs')
| -rw-r--r-- | views/mail/password.html.ejs | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/views/mail/password.html.ejs b/views/mail/password.html.ejs new file mode 100644 index 0000000..f266488 --- /dev/null +++ b/views/mail/password.html.ejs @@ -0,0 +1,25 @@ +<html> +<body> + +<p> + Hey there, +</p> + +<p> + We received a request to reset the password associated with this email address. +</p> + +<p> + Click the link below to make a new password: +</p> + +<p> + <a href="http://vvalls.com/auth/password?nonce=[[- passwordNonce ]]">http://vvalls.com/auth/password?nonce=[[- passwordNonce ]]</a> +</p> + +<p> + If this was requested in error, please disregard this message. +</p> + +</body> +</html> |
