Hi, <br>I will try that and keep you informed. There is an other issue regarding containers i.e; &quot;containers&quot; and &quot;browse containers&quot; are visible only to the editors and admin. How can a user be able to view them. In the <a href="http://z_containers.pl">z_containers.pl</a> file the permission to view the container is defined for the user. In usr/share/eprints3/archives/archiveid/cfg/cfg.d/<a href="http://z_containers.pl">z_containers.pl</a>, the roles are defined this way<span style="background-color:rgb(255,255,255)"><span style></span></span><br>
<span style="background-color:rgb(102,0,204)"><br></span><pre class="ep_config_viewfile"><b><span style="background-color:rgb(255,255,255)">[$c-&gt;{roles}-&gt;{&quot;edit-container&quot;} = [qw{
        container/view
        container/edit
        container/create
        container/remove
        container/use
}];

$c-&gt;{roles}-&gt;{&quot;use-container&quot;} = [qw{
        container/use
        container/view
}];
<span style></span>
push @{$c-&gt;{user_roles}-&gt;{user}}, &quot;use-container&quot;;
push @{$c-&gt;{user_roles}-&gt;{editor}}, &quot;edit-container&quot;;
push @{$c-&gt;{user_roles}-&gt;{admin}}, &quot;edit-container&quot;; ]
</span></b><br><br>The user is given access to view and use the container, but when i login myself as a user,<br>i am not able to view the containers. Can you please help me.<br><br>Regards<br>M. Keerthana<br></pre><br>