[MNT-24673] fix users not seen (#694)

* [MNT-24673] fix users not seen

* [MNT-24673] only keep share-config file used in Docker file
This commit is contained in:
Manish Kumar 2025-02-06 11:25:05 +05:30 committed by GitHub
parent 3126e0e128
commit 1f9ae91cb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 0 deletions

View File

@ -101,5 +101,13 @@
</endpoint> </endpoint>
</remote> </remote>
</config> </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> </alfresco-config>

View File

@ -101,5 +101,13 @@
</endpoint> </endpoint>
</remote> </remote>
</config> </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> </alfresco-config>