[Yanel-dev] YarepUserManager

Michael Wechner michael.wechner at wyona.com
Fri Nov 2 00:15:48 CET 2007


Hi

I have just noticed that the YarepUserManager actually expects the user 
data within the node "/users"

    protected Node getUsersParentNode() throws NoSuchNodeException, 
RepositoryException {
        if (this.identitiesRepository.existsNode("/users")) {
            return this.identitiesRepository.getNode("/users");
        }
        // fallback to root node for backwards compatibility:
        return this.identitiesRepository.getNode("/");
    }

Is that what the default should be like?

Thanks

Michi

-- 
Michael Wechner
Wyona      -   Open Source Content Management   -    Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
michael.wechner at wyona.com                        michi at apache.org
+41 44 272 91 61



More information about the Yanel-development mailing list