Created a new system for the Groups that will persist after having entities
This commit is contained in:
16
src/email/templates/resetPassword.handlebars
Normal file
16
src/email/templates/resetPassword.handlebars
Normal file
@@ -0,0 +1,16 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<style>
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>Hi {{name}},</p>
|
||||
<p>You requested to reset your password.</p>
|
||||
<p> Please, click the link below to reset your password</p>
|
||||
<a href="https://{{link}}">Reset Password</a>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user