summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Dombrowski <stefan@uni-bonn.de>2011-12-08 23:11:08 +0100
committerStefan Dombrowski <stefan@uni-bonn.de>2011-12-08 23:11:08 +0100
commit1492dfbd6cc6a5a2dde4b7a7c71ce8a70bcade6c (patch)
treee51585f030f71470f49ad0e504afb356d385584e
parente8827411926d5a6374bdf865babd443d593a0b74 (diff)
downloadwebsite-1492dfbd6cc6a5a2dde4b7a7c71ce8a70bcade6c.tar.gz
website-1492dfbd6cc6a5a2dde4b7a7c71ce8a70bcade6c.tar.bz2
website-1492dfbd6cc6a5a2dde4b7a7c71ce8a70bcade6c.tar.xz
website-1492dfbd6cc6a5a2dde4b7a7c71ce8a70bcade6c.zip
Relocate the help for ineffective registering
Since it describes a problem that can happen after the new player has registered, it is now shown after registering. Also making the text less scary.
-rw-r--r--registration.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/registration.php b/registration.php
index cb14e7c..0f42ee7 100644
--- a/registration.php
+++ b/registration.php
@@ -72,8 +72,6 @@
?>
<p>With this form you can register for a new account. <i>We will never give your email to someone else or send you spam! Its only purpose is to be able to send you back whether account creation succeeded.</i></p>
-<p><em>This system looks to be broken again. After submitting this form, wait five minutes and then try using the account. If it doesn't work, contact Freeyorp or Jaxad0127 on the forums or IRC. We can make it for you.</em></p>
-
<p style="background-color: #ede2da; padding: 5px; border: 1px solid
#9f9894; border-radius: 10px;"><i>Security warning:</i> Do not use the same username and password on
two different servers. The server admins can read all of them in clear text and
@@ -138,6 +136,9 @@ important precaution.</p>
{
?>
<p>Your account was scheduled for creation! In a few minutes you should receive an email with verification of your new account.</p>
+
+ <p><em>If the account doesn't work after five minutes, please contact Freeyorp on the forums or IRC. We can make it for you.</em></p>
+
<?php }
placeFooter();
?>