tweaks to emailer, implemented emailer hook for password reset
parent
0ac9ec6001
commit
11ed9e8c85
@ -0,0 +1,20 @@
|
|||||||
|
<p>
|
||||||
|
Hello,
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
We received a request to reset your password, possibly because you have forgotten it. If this is not the case, please ignore this email.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
To continue with the password reset, please click on the following link:
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
{{reset_link}}
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Thanks!<br />
|
||||||
|
<strong>{{site_title}}</strong>
|
||||||
|
</p>
|
@ -1,5 +0,0 @@
|
|||||||
<p>Hello,</p>
|
|
||||||
<p>We received a request to reset your password, possibly because you have forgotten it. If this is not the case, please ignore this email.</p>
|
|
||||||
<p>To continue with the password reset, please click on the following link:</p>
|
|
||||||
<blockquote>{RESET_LINK}</blockquote>
|
|
||||||
<p>Thanks!<br /><strong>NodeBB</strong>
|
|
@ -1,15 +1,19 @@
|
|||||||
<p>
|
<p>
|
||||||
Hello {{username}},
|
Hello {{username}},
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<strong>Thank you for registering with {{site_title}}!</strong>
|
<strong>Thank you for registering with {{site_title}}!</strong>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
To fully activate your account, we need to verify that you own the email address you registered with. Please click on the following link:
|
To fully activate your account, we need to verify that you own the email address you registered with. Please click on the following link:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
{{confirm_link}}
|
{{confirm_link}}
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Thanks!<br />
|
Thanks!<br />
|
||||||
<strong>{{site_title}}</strong>
|
<strong>{{site_title}}</strong>
|
||||||
|
Loading…
Reference in New Issue