From 4554efc2e86ff8dca70b0f6fd2a63fbafb792f95 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 18 Oct 2008 17:01:36 -0700 Subject: CELANUP: inform user who is registering that his email will be visible guess they should know ;) Signed-off-by: Arun Persaud --- include/register.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/register.php') diff --git a/include/register.php b/include/register.php index d32a8b8..797e605 100644 --- a/include/register.php +++ b/include/register.php @@ -48,7 +48,10 @@ if(myisset("Rfullname","Remail","Rpassword","Rtimezone") ) else { /* No information for new user given, ouput a page for registration */ - echo "IMPORTANT: passwords are going over the net as clear text, so pick an easy password. No need to pick anything complicated here ;)

"; + echo "


IMPORTANT: passwords are going over the net as clear text, so pick an easy password. ". + "No need to pick anything complicated here ;)
"; + echo "N.B. Your email address will be exposed to other players whom you play games with. "; + echo "

"; ?>
-- cgit v1.2.3-18-g5258