Skip to content

Commit

Permalink
[MNT-24673] fix users not seen
Browse files Browse the repository at this point in the history
  • Loading branch information
code4uuuu committed Feb 5, 2025
1 parent 3126e0e commit bfb00c4
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,13 @@
</endpoint>
</remote>
</config>
<config evaluator="string-compare" condition="Users" replace="true">
<users>
<username-min-length>2</username-min-length>
<password-min-length>3</password-min-length>
<show-authorization-status>false</show-authorization-status>
</users>
<enable-external-users-panel>false</enable-external-users-panel>
</config>
</alfresco-config>

Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,13 @@
</form>
</forms>
</config>

<config evaluator="string-compare" condition="Users" replace="true">
<users>
<username-min-length>2</username-min-length>
<password-min-length>3</password-min-length>
<show-authorization-status>false</show-authorization-status>
</users>
<enable-external-users-panel>false</enable-external-users-panel>
</config>

</alfresco-config>
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,13 @@
</endpoint>
</remote>
</config>
<config evaluator="string-compare" condition="Users" replace="true">
<users>
<username-min-length>2</username-min-length>
<password-min-length>3</password-min-length>
<show-authorization-status>false</show-authorization-status>
</users>
<enable-external-users-panel>false</enable-external-users-panel>
</config>
</alfresco-config>

Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,13 @@
</form>
</forms>
</config>

<config evaluator="string-compare" condition="Users" replace="true">
<users>
<username-min-length>2</username-min-length>
<password-min-length>3</password-min-length>
<show-authorization-status>false</show-authorization-status>
</users>
<enable-external-users-panel>false</enable-external-users-panel>
</config>

</alfresco-config>

0 comments on commit bfb00c4

Please sign in to comment.