mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-26 17:25:11 +00:00
[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:
parent
3126e0e128
commit
1f9ae91cb1
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user