Hello, We're using Oak 1.6.11 and Adobe CRX - I know it's a longshot, but I'm hoping to get some info here (have exhausted Adobe Support).
It looks like the methods creating users in this case is using : ((JackrabbitSession)serviceSession).getUserManager(); - [ seems to be jackrabbit code] createUser [ not sure if this is sling ] and possibly an Adobe specific function (being purposefully brief here with restricted code). In any event the code in question creates users in a default location, I cannot find it listed in the class, but I'd like to extend that class to a new class, and create the users in a more specific path of the default location, do any of the listed methods have the ability to specify a location? Thanks for any info!