- added email template for "forgot password" function, fixes #354

This commit is contained in:
Michael Kaufmann (d00p)
2010-08-17 06:19:57 +00:00
parent 40ba41497b
commit 015f51f8d3
6 changed files with 53 additions and 7 deletions

View File

@@ -55,7 +55,8 @@ $available_templates = array(
'new_reply_ticket_by_customer',
'new_reply_ticket_by_staff',
'new_database_by_customer',
'new_ftpaccount_by_customer'
'new_ftpaccount_by_customer',
'password_reset'
);
$file_templates = array(
'index_html'