Updated bootstrap and many other items

This commit is contained in:
Deon George
2014-09-29 14:47:51 +10:00
parent 85150c655c
commit 9ae0980221
27 changed files with 999 additions and 66 deletions

18
email/login_activate.txt Normal file
View File

@@ -0,0 +1,18 @@
Dear $USER_NAME$,
You (or someone who knows your email) has recently submitted a request to activate your account
If this was you, you can click the link below to activate your account.
$SITE$u/login/activate?id=$ID$&email=$EMAIL$&code=$CODE$
If the link above does not display as a link in your browser, you will need to paste it into the address bar of your browser instead.
If your browser is still on the activation page, and asking for a Code, yours is
$CODE$
If you did not request a password retrieval at our site, then you can safetly ignore and delete this email.
Thank you,
$SITE_ADMIN$

19
email/login_reset.htm Normal file
View File

@@ -0,0 +1,19 @@
<p>Dear $USER_NAME$,<br />
<br />
You (or someone who knows your email) has recently submitted a password retrieval request at our site.<br />
<br />
If this was you, you can click the link below to change your password. <br />
The link expires in $TOKEN_EXPIRE_MIN$ minutes so be sure to do this right away:<br />
<br />
<a href="$SITE$u/account/resetpassword?token=$TOKEN$">$SITE$u/account/resetpassword?token=$TOKEN$</a><br />
<br />
If the link above does not display as a link in your browser, you will need to paste it into the address bar of your browser instead.<br />
<br />
If your browser is still on the password reset page, and asking for a Pass Code, yours is<br />
<br />
$TOKEN$<br />
<br />
If you did not request a password retrieval at our site, then you can safetly ignore and delete this email.<br />
<br />
Thank you,<br />
$SITE_ADMIN$</p>

19
email/login_reset.txt Normal file
View File

@@ -0,0 +1,19 @@
Dear $USER_NAME$,
You (or someone who knows your email) has recently submitted a password retrieval request at our site.
If this was you, you can click the link below to change your password.
The link expires in $TOKEN_EXPIRE_MIN$ minutes so be sure to do this right away:
$SITE$u/account/resetpassword?token=$TOKEN$
If the link above does not display as a link in your browser, you will need to paste it into the address bar of your browser instead.
If your browser is still on the password reset page, and asking for a Pass Code, yours is
$TOKEN$
If you did not request a password retrieval at our site, then you can safetly ignore and delete this email.
Thank you,
$SITE_ADMIN$