From e969fffb758863ca43f4b5c497af2c7c8bfaff8c Mon Sep 17 00:00:00 2001
From: Ubbo Veentjer <veentjer@sub.uni-goettingen.de>
Date: Fri, 9 Nov 2012 16:40:08 +0000
Subject: [PATCH] new mailtemplates and a note how to change them in sqlite

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@13637 7c539038-3410-0410-b1ec-0f2a7bf1c452
---
 .../install/mailtemplates.sqlite.sql                            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/info.textgrid.middleware.tgauth.tgaccount/install/mailtemplates.sqlite.sql b/info.textgrid.middleware.tgauth.tgaccount/install/mailtemplates.sqlite.sql
index f431c32..2d4ee0e 100644
--- a/info.textgrid.middleware.tgauth.tgaccount/install/mailtemplates.sqlite.sql
+++ b/info.textgrid.middleware.tgauth.tgaccount/install/mailtemplates.sqlite.sql
@@ -44,7 +44,7 @@ Mit freundlichen Grüßen
 {sender}
 im Namen des TextGrid-Teams
 ');
-INSERT INTO `mail_template` VALUES (4,'en','Welcome','Dear {name},
+INSERT INTO `mail_template` VALUES (4,'en','Welcome','TextGrid Account', 'Dear {name},
 
 We have established a TextGrid account for you. You can now login to the TextGridLab with the following credentials:
 
-- 
GitLab