Skip to content

Commit 63218d3

Browse files
committed
fix: people API call in community
Change-Id: I5b3b82a27d3d4a39f99512791f01d56df39df0b9
1 parent 5310294 commit 63218d3

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

audit-share-share/src/main/resources/alfresco/web-extension/auditshare-config.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,14 @@
5757
<uri-template id="statisticspage">/statistics/{pageid}</uri-template>
5858
</uri-templates>
5959
</config>
60-
</alfresco-config>
60+
61+
<config evaluator="string-compare" condition="Users" replace="true">
62+
<users>
63+
<username-min-length>2</username-min-length>
64+
<password-min-length>3</password-min-length>
65+
<!-- fix/workaround for https://github.com/Alfresco/acs-community-packaging/issues/367 -->
66+
<show-authorization-status>false</show-authorization-status>
67+
</users>
68+
<enable-external-users-panel>false</enable-external-users-panel>
69+
</config>
70+
</alfresco-config>

0 commit comments

Comments
 (0)