掲示板

To see all users

thumbnail
14年前 に kamalkant rajput によって更新されました。

To see all users

Expert 投稿: 266 参加年月日: 08/04/10 最新の投稿
Hi,
I wanted to see all users without changing any code by the role other than Admin . How I can achieve this??

Thanks
thumbnail
14年前 に Auditya manikanta Vadrevu によって更新されました。

RE: To see all users

Liferay Master 投稿: 621 参加年月日: 08/05/06 最新の投稿
hi kamalkant rajput,

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

With Regards,
V.Auditya
thumbnail
14年前 に kamalkant rajput によって更新されました。

RE: To see all users

Expert 投稿: 266 参加年月日: 08/04/10 最新の投稿
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
14年前 に Auditya manikanta Vadrevu によって更新されました。

RE: To see all users

Liferay Master 投稿: 621 参加年月日: 08/05/06 最新の投稿
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
14年前 に kamalkant rajput によって更新されました。

RE: To see all users

Expert 投稿: 266 参加年月日: 08/04/10 最新の投稿
Hi Auditya ,
Thanks for replying again. I just want the capability that one user can impersonate other user.
Thanks
KamalKant
thumbnail
14年前 に Auditya manikanta Vadrevu によって更新されました。

RE: To see all users

Liferay Master 投稿: 621 参加年月日: 08/05/06 最新の投稿
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
14年前 に kamalkant rajput によって更新されました。

RE: To see all users

Expert 投稿: 266 参加年月日: 08/04/10 最新の投稿
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
14年前 に Auditya manikanta Vadrevu によって更新されました。

RE: To see all users

Liferay Master 投稿: 621 参加年月日: 08/05/06 最新の投稿
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>
14年前 に vcvijayan MCA によって更新されました。

RE: To see all users