Hello guys,<br><br>I created a user named "natalia.rosa" and when I try to login into my site, it throws an exception:<br><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">javax.servlet.jsp.JspException: org.opencms.main.CmsIllegalStateException: The user "natalia.rosa" does not have access to the required "Workplace user" role.<br>

Reason: The user "natalia.rosa" does not have access to the required "Workplace user" role.<br>Reason: The user "natalia.rosa" does not have access to the required "Workplace user" role.<br>

<br>I don't want to give natalia.rosa the permission to access Workplace, I want her only modify things by using the ADE.<br>So, how to fix it?.<br><br>The piece of code where I do the login is:<br><%<br>login.login(<br>

  (String) request.getParameter("name"), <br>  (String) request.getParameter("password"), <br>  "Offline", <br>  (String)request.getParameter("requestedResource")<br>);<br></span>%><br>

where requestedResource is the index.html<br><br clear="all"><br>-- <br>Carlos E. A. Torres<br>