aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Users/add.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2010-10-20 20:37:50 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2010-10-20 20:37:50 +0000
commit2c3856df1196c92db2cf7e76f8d523f9bdd44177 (patch)
tree023141bed9a6693dc2fb4828c318dfd1d2bc5341 /h-source/Application/Views/Users/add.php
parenteeaaf2ed66f1be0468d9c33b8b850a564c8ce44e (diff)
added noscript alert and some other minor issues
Diffstat (limited to 'h-source/Application/Views/Users/add.php')
-rwxr-xr-xh-source/Application/Views/Users/add.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Views/Users/add.php b/h-source/Application/Views/Users/add.php
index 0b8aabc..2907b28 100755
--- a/h-source/Application/Views/Users/add.php
+++ b/h-source/Application/Views/Users/add.php
@@ -33,7 +33,7 @@
<form class='formClass' action='<?php echo $this->baseUrl."/users/add/$lang";?>' method='POST'>
<div class='formEntry'>
- <span class='entryLabel'>choose the username:</span>
+ <span class='entryLabel'>choose the username (characters allowed: a-z A-Z 0-9):</span>
<?php echo Html_Form::input('username',$values['username']);?>
</div>
@@ -43,7 +43,7 @@
</div>
<div class='formEntry'>
- <span class='entryLabel'>choose the password:</span>
+ <span class='entryLabel'>choose the password (characters allowed: a-z A-Z 0-9 - _ !):</span>
<?php echo Html_Form::password('password',$values['password']);?>
</div>