CELANUP: inform user who is registering that his email will be visible
authorArun Persaud <arun@nubati.net>
Sun, 19 Oct 2008 00:01:36 +0000 (17:01 -0700)
committerArun Persaud <arun@nubati.net>
Sun, 19 Oct 2008 00:01:36 +0000 (17:01 -0700)
guess they should know ;)

Signed-off-by: Arun Persaud <arun@nubati.net>
include/register.php

index d32a8b869d1140dc145180632adba2f192b05d9a..797e60563e431c9b41f6f81ed74c89a458dfcf8f 100644 (file)
@@ -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 ;)<br /><br />";
+     echo "<p><br /><strong> IMPORTANT: passwords are going over the net as clear text, so pick an easy password. ".
+       "No need to pick anything complicated here ;)<br />";
+     echo "N.B. Your email address will be exposed to other players whom you play games with. ";
+     echo "<br /><br /></strong></p>";
      ?>
         <form action="index.php?action=register" method="post">
           <fieldset>