Quick correction on automatic e-mail

This commit is contained in:
jacob 2010-10-12 18:00:17 +00:00
parent f0d1578ac3
commit 941b5e127f

View File

@ -12,5 +12,10 @@ INSERT INTO `emails` (
`lastsent`
)
VALUES (
NULL , 'account_recover_password', 'Account - Recover Password', 'Recover the password for an account if they submit a ''forgot password'' request', '', 'Password Recovery for [FAIRNAME]', 'We have received a request for the recovery of your password from this email address. Please find your login information below: User Name: [USERNAME] Password: [PASSWORD] ', '', 'system', NULL , NULL
NULL , 'account_recover_password', 'Account - Recover Password', 'Recover the password for an account if they submit a ''forgot password'' request', '', 'Password Recovery for [FAIRNAME]', 'We have received a request for the recovery of your password from this email address. Please find your login information below:
User Name: [USERNAME]
Password: [PASSWORD]
', '', 'system', NULL , NULL
);