/IndexSitecoreUserModule

Sitecore module to synchronize Sitecore users with a section of the Sitecore tree. This way, Sitecore users are indexable by the different search providers.

Primary LanguageC#

IndexSitecoreUserModule

Description

Sitecore module that allows you to synchronize your Sitecore users with the Sitecore tree.

How to use

  • Compile the project.
  • Copy the resulting dll to the bin folder of your Sitecore instance.
  • Copy the .config file to the config folder of your Sitecore instance.
  • Configure a Sitecore button to call the usersynchronizer:synchronize command. // TODO: package this button.
  • Define a template with the required fields and link it via the configuration file // TODO: package template.