We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5310294 commit 63218d3Copy full SHA for 63218d3
1 file changed
audit-share-share/src/main/resources/alfresco/web-extension/auditshare-config.xml
@@ -57,4 +57,14 @@
57
<uri-template id="statisticspage">/statistics/{pageid}</uri-template>
58
</uri-templates>
59
</config>
60
-</alfresco-config>
+
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