opentaps is using a version of ofbiz that does not include the latest
updates.
If you wish help here please use the SVN (trunk or ver4.0) and the
latest version.
you have two things to add.
the login is part of a party. So you have create a party then the login,
then the security.
second you have to add the security level to your hello1.
you can look at code in the widgets and ftls that show how security and
roles are implemented.

acec acec sent the following on 4/16/2008 9:13 AM:
> Hi,
> I finished Hello World 1 from
> http://www.opensourcestrategies.com/ofbiz/tutorials.php
> 
> I tried some security functions on hello3.
> -------------step 1-----------------------
> I added <security> as following:
> <request-map uri="main">
>   <security https="false" auth="true"/>
>   <response name="success" type="view" value="main"/>
> </request-map>
> 
> When I access
> http://localhost:8080/hello1/control/main, I saw the
> login form. After I login as "admin" user, I saw the
> main screen. Everything works well.
> 
> -------------step 2-----------------------
> I want to my application only be accessed by specific
> login user: hellouser
> Then I login as "admin" user, but I can not find the
> place to add login user on
> https://localhost:8443/webtools/control/main
> 
> Do you know how can I add a new login user?
> 
> Thanks.
> tomcat acec
> 
> 
>       __________________________________________________________________
> Looking for the perfect gift? Give the gift of Flickr! 
> 
> http://www.flickr.com/gift/
> 
> 
> 

Reply via email to