Platform Explorer / Nuxeo Platform LTS 2019 10.10

Component org.nuxeo.ecm.platform.usermanager.properties

Resolution Order

599
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.

Contributions

XML Source

<?xml version='1.0' encoding='UTF-8'?>
<component name="org.nuxeo.ecm.platform.usermanager.properties">

  <extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
    <documentation>
      Controls whether we check the validity of password when changing it.

      @since 8.4
    </documentation>
    <property name="nuxeo.usermanager.check.password">********</property>
  </extension>

 <extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
    <documentation>
      Controls whether the UserManager.searchUsers(pattern) and UserManager.searchGroups(pattern)
      APIs interpret the pattern as a generic string with arbitrary characters
      that will be matched exactly (depending on the directory substring match style)
      (non-compat mode), or as a LIKE pattern where % and _ are interpreted as LIKE escapes (compat mode).

      @since 11.1
    </documentation>
    <property name="nuxeo.usermanager.search.escape.compat">true</property>
    <property name="nuxeo.usermanager.resolver.fetchReferences">true</property>
  </extension>

</component>