This is an automated email from the ASF dual-hosted git repository. enorman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-site.git
commit 516b893c9667869834f75bb8ac607370317cb0d7 Author: Eric Norman <[email protected]> AuthorDate: Fri Feb 4 13:46:32 2022 -0800 SLING-9810 document the provider.root configuration option Configuration to change the AuthorizableResourceProvider root path --- .../managing-users-and-groups-jackrabbit-usermanager.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/src/main/jbake/content/documentation/bundles/managing-users-and-groups-jackrabbit-usermanager.md b/src/main/jbake/content/documentation/bundles/managing-users-and-groups-jackrabbit-usermanager.md index 9ae472f..347a444 100644 --- a/src/main/jbake/content/documentation/bundles/managing-users-and-groups-jackrabbit-usermanager.md +++ b/src/main/jbake/content/documentation/bundles/managing-users-and-groups-jackrabbit-usermanager.md @@ -1,4 +1,4 @@ -title=Managing users and groups (jackrabbit.usermanager) +title=Managing users and groups (jackrabbit.usermanager) type=page status=published tags=security @@ -356,6 +356,19 @@ Example: %> +## Changing the root path for usermanager resources + +*Since Version 2.2.12* + +By default, the usermanager resources are provided under the /system/userManager path. This location may be changed via configuration. + +For example: + + "org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableResourceProvider":{ + "provider.root":"/people", + } + + ## Generating principal names from a hint *Since Version 2.2.16* @@ -405,7 +418,7 @@ Additionally, the following service interfaces may be implemented by a custom OS 2. **org.apache.sling.jackrabbit.usermanager.PrincipalNameGenerator** - An implementation of this service interface allows to fully customize principal name generation -#### Enabling the option to expose nested authorizable property containers as child resources +## Enabling the option to expose nested authorizable property containers as child resources *Since Version 2.2.18*
