add email templates
This commit is contained in:
1
templates/auth_email.tmpl
Normal file
1
templates/auth_email.tmpl
Normal file
@@ -0,0 +1 @@
|
||||
<html><body>To enter the site follow the <a href='%s'>link</link></body></html>
|
1
templates/confirm_email.tmpl
Normal file
1
templates/confirm_email.tmpl
Normal file
@@ -0,0 +1 @@
|
||||
<html><body>To confirm registration follow the <a href='%s'>link</link></body></html>
|
1
templates/reset_password_email.tmpl
Normal file
1
templates/reset_password_email.tmpl
Normal file
@@ -0,0 +1 @@
|
||||
<html><body>To reset password follow the <a href='%s'>link</link></body></html>
|
Reference in New Issue
Block a user