Authentication Email Templates
There are two email templates in application/views/emailTemplates used to send the user the "forgotten password" code, or to send an activation code to new users:
- forgotPassword.lc
- authActivate.lc
Customize these templates to best suit your needs. All you have to keep in mind is that the library provides the following variables to be used in your templates:
- gData["identity"]
This is the user's email address or whatever is used to identify a user. - gData["forgottenPasswordCode"]
This is the code to be sent to users who want to reset their password. - gData["activationCode"]
This is the activation code to be sent to new users.
Note: Of course you can add your own variables to your custom templates as long as they are included in gData.