Error loading items in "Admin Tools" / "Users"

cancel
Showing results for 
Search instead for 
Did you mean: 
hellovipin
Member II

Error loading items in "Admin Tools" / "Users"

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.alfresco_users.png

4 Replies
fedorow
Senior Member II

Re: Error loading items in "Admin Tools" / "Users"

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>
janthiel
Member II

Re: Error loading items in "Admin Tools" / "Users"

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

janthiel
Member II

Re: Error loading items in "Admin Tools" / "Users"

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

fedorow
Senior Member II

Re: Error loading items in "Admin Tools" / "Users"

Look at

<show-authorization-status>...

 too.