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,27 @@
To: <%if Name%>"<%Name%>" <<%Email%>><%else%><%Email%><%endif%>
From: <%config.db_admin_email%>
Subject: Your password you requested
Hello<%if Name%> <%Name%><%endif%>,
Someone (most likely you) from the IP <%REMOTE_ADDR%>
requested your username and password.
You can log into our directory with:
Username: <%Username%>
Password: <%Password%>
Hope that helps,
<%site_title%>
<%~--
File : password.eml
Description : This is the e-mail a user receives when they request that
their password is e-mailed to them
Tags : All the properties of the User that requested the
password mailing are available. Also environment variables
like REMOTE_HOST and REMOTE_ADDR are available for
printing the IP of the user who requested the mailing.
--%>