diff options
author | James Atkinson <thefinn@users.sourceforge.net> | 2001-09-27 09:48:37 +0000 |
---|---|---|
committer | James Atkinson <thefinn@users.sourceforge.net> | 2001-09-27 09:48:37 +0000 |
commit | ee22f2709cb3b459f0e462e0969289490c08b309 (patch) | |
tree | 71396a09ee68b2d20a7af33f39a88c406eb90f42 /phpBB/language | |
parent | 131d2ed20e61f84f698a9017142f2764e62e88c3 (diff) | |
download | forums-ee22f2709cb3b459f0e462e0969289490c08b309.tar forums-ee22f2709cb3b459f0e462e0969289490c08b309.tar.gz forums-ee22f2709cb3b459f0e462e0969289490c08b309.tar.bz2 forums-ee22f2709cb3b459f0e462e0969289490c08b309.tar.xz forums-ee22f2709cb3b459f0e462e0969289490c08b309.zip |
Finished up COPPA support (I hope), now has a form the parents can print and sign and added config areas for mailing address and fax number.
git-svn-id: file:///svn/phpbb/trunk@1096 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rwxr-xr-x | phpBB/language/email/coppa_welcome_inactive_english.tpl | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/phpBB/language/email/coppa_welcome_inactive_english.tpl b/phpBB/language/email/coppa_welcome_inactive_english.tpl new file mode 100755 index 0000000000..dfa2b459a5 --- /dev/null +++ b/phpBB/language/email/coppa_welcome_inactive_english.tpl @@ -0,0 +1,50 @@ +{WELCOME_MSG} + +In compliance with the COPPA act your account is currently inactive. + +Please print this message out and have your parent or guardian sign and date it. Then fax it to: + +{FAX_INFO} + +OR mail it to: + +{MAIL_INFO} + +------------------------------ CUT HERE ------------------------------ +Permission to Participate at {SITENAME} + +Username: {USERNAME} +Password: {PASSWORD} +Email: {EMAIL_ADDRESS} + +ICQ Number: {ICQ} +AIM Address: {AIM} +MSN Messenger: {MSN} +Yahoo Messenger: {YIM} +Web Site: {WEB_SITE} +From: {FROM} +Occupation: {OCC} +Interests: {INTERESTS} + +I HAVE REVIEWED THE INFORMATION PROVIDED BY MY CHILD AND HEREBY GRANT PERMISSION TO {SITENAME} TO STORE THIS INFORMATION. +I UNDERSTAND THIS INFORMATION CAN BE CHANGED AT ANY TIME BY ENTERING A PASSWORD. +I UNDERSTAND THAT MAY REQUEST FOR THIS INFORMATION TO BE REMOVED FROM {SITENAME} AT ANY TIME. + + +Parent or Guardian +(print your name here): _____________________ + +(sign here): __________________ + +Date: _______________ + +------------------------------ CUT HERE ------------------------------ + + +Once the administrator has recived the above form via fax or regular mail your account will be activated. + +Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as this account. + +Thank you for registering. + +{EMAIL_SIG}
\ No newline at end of file |