mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-26 17:25:11 +00:00
[MNT-24673] fix users not seen
This commit is contained in:
parent
3126e0e128
commit
bfb00c46b2
@ -101,5 +101,13 @@
|
||||
</endpoint>
|
||||
</remote>
|
||||
</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>
|
||||
|
||||
|
@ -415,6 +415,13 @@
|
||||
</form>
|
||||
</forms>
|
||||
</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>
|
@ -101,5 +101,13 @@
|
||||
</endpoint>
|
||||
</remote>
|
||||
</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>
|
||||
|
||||
|
@ -415,6 +415,13 @@
|
||||
</form>
|
||||
</forms>
|
||||
</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>
|
Loading…
x
Reference in New Issue
Block a user