I need help

I have read the instruction:

https://doc.nuxeo.com/display/KB/How+to+create+web+pages+vie
wable+by+anonymous+users

But I haven't understood all

I make file anonymous.xml  in nxserver/config

<?xml version="1.0"?> 
<component
name="org.nuxeo.ecm.platform.login.anonymous.config"> 
  <!-- Add an Anonymous user -->
  <extension
target="org.nuxeo.ecm.platform.usermanager.UserService"
    point="userManager"> 
    <userManager> 
      <users> 
        <anonymousUser id="Guest"> 
          <property name="firstName">Guest</property> 
          <property name="lastName">User</property> 
        </anonymousUser> 
      </users> 
    </userManager> 
  </extension> 
</component>

and restart the server.

When server restart I go to http://localhost:8080/nuxeo/ and
there I see login page

I login with Administrator/Administrator and go to "Manage"
and "Access rights"

and there I can enter "Access rights" only for users, but I
can't find user "Anonymous"

Sorry for my bad english. Can anybody explain... what I need
to do, from the begining?

Thanks
---
Mailing list: [email protected]
Forum: http://forum.nuxeo.org/f/1/

Reply via email to