1 # ===================================================================== 2 # tw-reg-email.txt: send the self-registration confirmation request. 3 # 4 # Copyright (c) 2008,2009,2010 Carlo Strozzi 5 # 6 # This program is free software; you can redistribute it and/or modify 7 # it under the terms of the GNU General Public License as published by 8 # the Free Software Foundation; version 2 dated June, 1991. 9 # 10 # This program is distributed in the hope that it will be useful, 11 # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 # GNU General Public License for more details. 14 # 15 # You should have received a copy of the GNU General Public License 16 # along with this program; if not, write to the Free Software 17 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 # 19 # ===================================================================== 20 From: $[TNS_EMAIL_FROM] 21 To: $[TNS_EMAIL_TO] 22 Reply-To: $[TNS_EMAIL_REPLY_TO] 23 Organization: $[TNS_EMAIL_ORG] 24 User-Agent: CSA/$[CSA_VERSION] 25 MIME-Version: 1.0 26 Content-Type: text/plain; charset=UTF-8 27 Subject: Action Required to Activate Registration 28 29 Dear $[tpl.var.tw.reg.fullname] 30 31 Thank you for registering with "$[tpl.var.tw.descr]". 32 33 Your Username is: $[tpl.var.tw.reg.userid] 34 Your password is: $[tpl.var.tw.reg.passwd] 35 36 Before we can activate your account you need to take one last step. 37 38 To complete your registration, please visit this URL: 39 $[CSA_RPC_URI]?0=confirmSubscription&x-csa-lang=$[CSA_LANG]&1=$[tpl.var.tw.group:1]&2=$[tpl.var.tw.reg.userid]&3=$[CSA_GUID] 40 41 In case you do not wish to confirm your registration request, 42 then no action is required on your part. 43 44 PLEASE NOTE: the password shown above was automatically assigned to 45 your new account by the registration process, but it may be known 46 to the system administrator. As soon as you complete the registration 47 process we urge you to change such password with one of your choice, 48 to better protect your privacy and security. 49 50 All the best, 51 $[tpl.var.tw.descr] 52 -- 53 Please DO NOT reply to this e-mail message.