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

michi at wyona.com michi at wyona.com
Fri Apr 1 11:00:52 CEST 2011


Author: michi
Date: 2011-04-01 11:00:51 +0200 (Fri, 01 Apr 2011)
New Revision: 57635

Modified:
   public/yanel/trunk/src/resources/user-mgmt/htdocs/create-user.jelly
Log:
thanks to Ioannis one can create an alias during user creation

Modified: public/yanel/trunk/src/resources/user-mgmt/htdocs/create-user.jelly
===================================================================
--- public/yanel/trunk/src/resources/user-mgmt/htdocs/create-user.jelly	2011-04-01 09:00:08 UTC (rev 57634)
+++ public/yanel/trunk/src/resources/user-mgmt/htdocs/create-user.jelly	2011-04-01 09:00:51 UTC (rev 57635)
@@ -4,14 +4,18 @@
     <body>
       <h1>Create User</h1>
       <p><font color="red">${resource.getErrorMessages()}</font></p>
-      <form action="">
+      <form action="" method="POST">
         <label for="userID">User ID:</label>
         <input type="text" id="userID" name="userID" value="${resource.getParameterAsString('userID')}"/>
         <br/>
         Name: <input type="text" name="name" value="${resource.getParameterAsString('name')}"/>
         <br/>
+        Alias (optional): <input type="text" name="alias" value="${resource.getParameterAsString('alias')}"/>
+        <br/>
         Email: <input type="text" name="email" value="${resource.getParameterAsString('email')}"/>
         <br/>
+        <input type="checkbox" name="email-alias" value="${resource.getParameterAsString('email-alias')}"/> Also use your email address as an alias
+        <br/><br/>
         Password: (At least 6 characters) <input type="password" name="password1"/>
         <br/>
         Confirm password: <input type="password" name="password2"/>



More information about the Yanel-commits mailing list