Hello!!

Is possible to define an unsearchable anonymous user?

i have my contribution as follows but it does not work:

<extension target="org.nuxeo.ecm.platform.usermanager.UserService"
point="userManager">
    <userManager>
      <users>
        <anonymousUser id="publico" searchable="false">
          <property name="firstName">Publico</property>
          <property name="lastName">General</property>
        </anonymousUser>
      </users>
    </userManager>
  </extension>

Any clue?

Thks.

-- 
Jesus
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to