Skip to content

Commit 9135073

Browse files
Merge pull request #206 from xenit-eu/DOCKER-446
DOCKER-446 Fixed issue where users can't be listed in the admin tools in Alfresco Share in a Community setup
2 parents e3d1786 + c55562e commit 9135073

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

1share-skeleton/6.1/local/share-config-custom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
</remote>
393393
</config>
394394

395-
<config evaluator="string-compare" condition="Users">
395+
<config evaluator="string-compare" condition="Users" replace="true">
396396
<users>
397397
<!-- minimum length for username and password -->
398398
<username-min-length>2</username-min-length>

1share-skeleton/6.2/local/share-config-custom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
</remote>
393393
</config>
394394

395-
<config evaluator="string-compare" condition="Users">
395+
<config evaluator="string-compare" condition="Users" replace="true">
396396
<users>
397397
<!-- minimum length for username and password -->
398398
<username-min-length>2</username-min-length>

1share-skeleton/7.0/local/share-config-custom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
</remote>
393393
</config>
394394

395-
<config evaluator="string-compare" condition="Users">
395+
<config evaluator="string-compare" condition="Users" replace="true">
396396
<users>
397397
<!-- minimum length for username and password -->
398398
<username-min-length>2</username-min-length>

1share-skeleton/7.1/local/share-config-custom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
</remote>
393393
</config>
394394

395-
<config evaluator="string-compare" condition="Users">
395+
<config evaluator="string-compare" condition="Users" replace="true">
396396
<users>
397397
<!-- minimum length for username and password -->
398398
<username-min-length>2</username-min-length>

1share-skeleton/7.2/local/share-config-custom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
</remote>
393393
</config>
394394

395-
<config evaluator="string-compare" condition="Users">
395+
<config evaluator="string-compare" condition="Users" replace="true">
396396
<users>
397397
<!-- minimum length for username and password -->
398398
<username-min-length>2</username-min-length>

1share-skeleton/7.3/local/share-config-custom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
</remote>
393393
</config>
394394

395-
<config evaluator="string-compare" condition="Users">
395+
<config evaluator="string-compare" condition="Users" replace="true">
396396
<users>
397397
<!-- minimum length for username and password -->
398398
<username-min-length>2</username-min-length>

1share-skeleton/7.4/local/share-config-custom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
</remote>
393393
</config>
394394

395-
<config evaluator="string-compare" condition="Users">
395+
<config evaluator="string-compare" condition="Users" replace="true">
396396
<users>
397397
<!-- minimum length for username and password -->
398398
<username-min-length>2</username-min-length>

0 commit comments

Comments
 (0)