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