Author: bpapez
Date: Fri Jun 15 15:18:33 2007
New Revision: 1205

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D1205&repname=
=3Dcorporate_portal_templates
Log:
removed the group list as it is a security hole

Modified:
    branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/newuserregistration.jsp

Modified: branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/newuserregistration.jsp
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/src/view/jsp/newuserregistration.jsp&rev=3D1205&repname=3Dcorporate=
_portal_templates
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/newuserregistration.jsp (orig=
inal)
+++ branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/newuserregistration.jsp Fri J=
un 15 15:18:33 2007
@@ -101,18 +101,6 @@
   <td><content:resourceBundle resourceBundle=3D"jahiatemplates.Corporate_p=
ortal_templates" resourceName=3D"newUserEmail"/> :</td>
   <td><input type=3D"text" name=3D"newUserProp_email" value=3D'<%=3DgetSin=
gleValue(req, "newUserProp_email")%>' /></td>
 </tr>
-<tr>
-  <td><content:resourceBundle resourceBundle=3D"jahiatemplates.Corporate_p=
ortal_templates" resourceName=3D"newUserGroupList"/> :</td>
-  <td>
-    <select name=3D"newUser_groupList" multiple=3D"yes">
-      <%
-         Iterator groupNameIter =3D groupNameSet.iterator();
-         while (groupNameIter.hasNext()) { %>
-           <option><%=3D(String) groupNameIter.next()%></option>
-      <% } %>
-    </select>
-  </td>
-</tr>
 </table>
 <br/>
 <input type=3D"submit" name=3D"submit" value=3D'<content:resourceBundle re=
sourceBundle=3D"jahiatemplates.Corporate_portal_templates" resourceName=3D"=
newUserSubmit"/>'/>

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to