[Yanel-commits] rev 45573 - public/yanel/trunk/src/resources/user-mgmt/htdocs

michi at wyona.com michi at wyona.com
Wed Nov 18 14:04:53 CET 2009


Author: michi
Date: 2009-11-18 14:04:53 +0100 (Wed, 18 Nov 2009)
New Revision: 45573

Modified:
   public/yanel/trunk/src/resources/user-mgmt/htdocs/create-user.jelly
Log:
hint re number of characters

Modified: public/yanel/trunk/src/resources/user-mgmt/htdocs/create-user.jelly
===================================================================
--- public/yanel/trunk/src/resources/user-mgmt/htdocs/create-user.jelly	2009-11-18 13:03:36 UTC (rev 45572)
+++ public/yanel/trunk/src/resources/user-mgmt/htdocs/create-user.jelly	2009-11-18 13:04:53 UTC (rev 45573)
@@ -12,7 +12,7 @@
         <br/>
         Email: <input type="text" name="email" value="${resource.getParameterAsString('email')}"/>
         <br/>
-        Password: <input type="password" name="password1"/>
+        Password: (At least 6 characters) <input type="password" name="password1"/>
         <br/>
         Confirm password: <input type="password" name="password2"/>
         <br/>



More information about the Yanel-commits mailing list