Fórum

To see all users

thumbnail
kamalkant rajput, modificado 14 Anos atrás.

To see all users

Expert Postagens: 266 Data de Entrada: 10/04/08 Postagens Recentes
Hi,
I wanted to see all users without changing any code by the role other than Admin . How I can achieve this??

Thanks
thumbnail
Auditya manikanta Vadrevu, modificado 14 Anos atrás.

RE: To see all users

Liferay Master Postagens: 621 Data de Entrada: 06/05/08 Postagens Recentes
hi kamalkant rajput,

use the directory portlet, through which normal users can see all the users.

With Regards,
V.Auditya
thumbnail
kamalkant rajput, modificado 14 Anos atrás.

RE: To see all users

Expert Postagens: 266 Data de Entrada: 10/04/08 Postagens Recentes
Hi Auditya ,
Thanks for the reply. What I want is I want to take certain action on a particular user . Is it possible with directory portlet??

Thanks
KamalKant
thumbnail
Auditya manikanta Vadrevu, modificado 14 Anos atrás.

RE: To see all users

Liferay Master Postagens: 621 Data de Entrada: 06/05/08 Postagens Recentes
hi kamalkant rajput ,


What I want is I want to take certain action on a particular user .


whats your requirement ?


With Regards,
V.Auditya
thumbnail
kamalkant rajput, modificado 14 Anos atrás.

RE: To see all users

Expert Postagens: 266 Data de Entrada: 10/04/08 Postagens Recentes
Hi Auditya ,
Thanks for replying again. I just want the capability that one user can impersonate other user.
Thanks
KamalKant
thumbnail
Auditya manikanta Vadrevu, modificado 14 Anos atrás.

RE: To see all users

Liferay Master Postagens: 621 Data de Entrada: 06/05/08 Postagens Recentes
hi kamalkant rajput,


one user can impersonate other user


Do you really want this feature where any user can see other user details ?

With Regards,
V.Auditya.
thumbnail
kamalkant rajput, modificado 14 Anos atrás.

RE: To see all users

Expert Postagens: 266 Data de Entrada: 10/04/08 Postagens Recentes
Hi ,
It is not about any user , I will provide a new rule to certain users and those users only can impersonate other users.

Thanks
KamalKant
thumbnail
Auditya manikanta Vadrevu, modificado 14 Anos atrás.

RE: To see all users

Liferay Master Postagens: 621 Data de Entrada: 06/05/08 Postagens Recentes
try with this,

<c:if test="<%= !PropsValues.PORTAL_JAAS_ENABLE &amp;&amp; PropsValues.PORTAL_IMPERSONATION_ENABLE &amp;&amp; (userId != user.getUserId()) &amp;&amp; !themeDisplay.isImpersonated()%>">
                                <liferay-security:doasurl doAsUserId="<%= userId %>" var="impersonateUserURL" />
                                <liferay-ui:icon image="impersonate_user" url="<%= impersonateUserURL %>" target="_blank" />
                        </c:if>
vcvijayan MCA, modificado 14 Anos atrás.

RE: To see all users