While accessing the user list from Alfresco Admin Tools, it's not showing the same and throwing error as "Error loading Items"
I'm using Docker Containers for the deployment.
Update your share-config-custom with:
<config evaluator="string-compare" condition="Users" replace="true"> <users> <!-- minimum length for username and password --> <username-min-length>2</username-min-length> <password-min-length>3</password-min-length> <show-authorization-status>false</show-authorization-status> </users> <!-- This enables/disables the Add External Users Panel on the Add Users page. --> <enable-external-users-panel>false</enable-external-users-panel> </config>
Hi,
i have the same issue. Why cound not solve this issue in the docker image.
Were can i find and edit share-config-custom file in the docker container?
Regards
Jan
Hello fedorow,
i found the share-config-custom.xml in the container docker-compose_share_1 with the following settings:
<config evaluator="string-compare" condition="Users" replace="true">
<users>
<!-- minimum length for username and password -->
<username-min-length>2</username-min-length>
<password-min-length>8</password-min-length>
<show-authorization-status>true</show-authorization-status>
</users>
<!-- This enables/disables the Add External Users Panel on the Add Users page. -->
<enable-external-users-panel>false</enable-external-users-panel>
</config>
but the error still exist.
Do you have any other suggestions?
Regards
Jan
Look at
<show-authorization-status>...
too.
Hi Fedorow,
I have the same problem, I did:
<!-- This enables/disables the Add External Users Panel on the Add Users page. -->
<enable-external-users-panel>false</enable-external-users-panel>
</config>
But doesn't work, Can you Help me with yout solution?
Thanks a lot.
Pay attantion users section too.
You have to change it from true to false.
show-authorization-status: false
tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml
<config evaluator="string-compare" condition="Users" replace="true">
<users>
<!-- minimum length for username and password -->
<username-min-length>2</username-min-length>
<password-min-length>3</password-min-length>
<show-authorization-status>false</show-authorization-status>
</users>
<!-- This enables/disables the Add External Users Panel on the Add Users page. -->
<enable-external-users-panel>false</enable-external-users-panel>
</config>
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.