summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-10-18 17:01:36 -0700
committerArun Persaud <arun@nubati.net>2008-10-18 17:01:36 -0700
commit4554efc2e86ff8dca70b0f6fd2a63fbafb792f95 (patch)
tree033c085869f249a4d1c42ed5a19b3beb952af372 /include
parentc3b1dec40c80f8a18f0102505c9f47a2b0d1b335 (diff)
downloade-DoKo-4554efc2e86ff8dca70b0f6fd2a63fbafb792f95.tar.gz
e-DoKo-4554efc2e86ff8dca70b0f6fd2a63fbafb792f95.tar.bz2
e-DoKo-4554efc2e86ff8dca70b0f6fd2a63fbafb792f95.zip
CELANUP: inform user who is registering that his email will be visible
guess they should know ;) Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'include')
-rw-r--r--include/register.php5
1 files changed, 4 insertions, 1 deletions
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 ;)<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>