First pass at adding key files
This commit is contained in:
@ -0,0 +1,29 @@
|
||||
To: <%if Name%>"<%Name%>" <<%Email%>><%else%><%Email%><%endif%>
|
||||
From: <%config.db_admin_email%>
|
||||
Subject: Your validation code
|
||||
|
||||
Hello<%if Name%> <%Name%><%endif%>,
|
||||
|
||||
Thank you for registering. To activate your account, simply go to:
|
||||
|
||||
<%config.db_cgi_url%>/user.cgi?validate=1
|
||||
|
||||
and enter the following code:
|
||||
|
||||
<%Validation%>
|
||||
|
||||
Should you have any questions, please don't hesitate to ask.
|
||||
|
||||
Sincerely,
|
||||
|
||||
<%site_title%>
|
||||
|
||||
<%~--
|
||||
File : validate.eml
|
||||
Description : This is the e-mail a user receives when they have signed
|
||||
up, but must validate their account.
|
||||
Tags : All the properties of the User requesting validation are
|
||||
available plus:
|
||||
Validation => The code the user must enter to validate
|
||||
their account.
|
||||
--%>
|
Reference in New Issue
Block a user