We are running into the notorious 1000+ child node issue in the JCR for users, and we are trying to provide a solution without moving to a SSO or LDAP solution as the client does not have the budget for such a solution.
Given the little documentation available for BTreeManager, I was wondering if there is a way to implement BTreeManager with UserManager to handle account creation and sign in, or will we have to create our own UserManager class to handle account creation with a BTreeManager implementation?