First pass at adding key files
This commit is contained in:
@ -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.
|
||||
--%>
|
Reference in New Issue
Block a user