summaryrefslogtreecommitdiff
path: root/src/views/pages/users/new.html.php
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-10-09 17:09:15 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-10-09 17:09:15 -0400
commita19ef60df3870ba039f57324e97de02555c26633 (patch)
tree185a31f933800c5beb58cbc311749db7ec0e6d4f /src/views/pages/users/new.html.php
parent29efffc7568a6b76a17bf73df056c631fd70fe19 (diff)
parent4d2de268b75f08e6fa774063a277c2c50f603ef7 (diff)
Merge branch 'master' into multiuser-view
Conflicts: src/views/pages/users/index.html.php
Diffstat (limited to 'src/views/pages/users/new.html.php')
-rw-r--r--src/views/pages/users/new.html.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/views/pages/users/new.html.php b/src/views/pages/users/new.html.php
index 8b6bdf8..9df376f 100644
--- a/src/views/pages/users/new.html.php
+++ b/src/views/pages/users/new.html.php
@@ -7,6 +7,16 @@ $t->openTag('form', array('method'=>'post',
'action'=>$t->url('users')));
$t->openFieldset("New User: Step 1");
+
+if ($VARS['userlist']) {
+ $t->inputP("If you may have already created a username, please, ".
+ "<em>please</em> check the ".
+ $t->link($t->url('users/'), 'user-list', true).
+ " to find your old username, instead of creating a new ".
+ "user. If you don't like the name, you can log in and ".
+ "change it.");
+}
+
if (in_array('illegal name', $VARS['errors'])) {
$t->inputP("That is a forbidden username.", true);
}