First pass at adding key files

This commit is contained in:
dsainty
2024-06-17 21:49:12 +10:00
commit aa25e9347f
1274 changed files with 392549 additions and 0 deletions

View File

@ -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.
--%>