掲示板

Create Users through liferay api

11年前 に shashidhara ml によって更新されました。

Create Users through liferay api

Junior Member 投稿: 28 参加年月日: 12/10/05 最新の投稿
I am able to create users through liferay apis but that user is not appearing in the controal panel,anyone is having idea please suggest me.

Regards
Shashi
thumbnail
11年前 に Hitoshi Ozawa によって更新されました。

RE: Create Users through liferay api

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
Can be one of the following:
1. You haven't updated the index. Control panel gets user list by looking the user index (lucene by default). You have to add the user to the user index after adding the user.
2. You haven't made the user active. Liferay inserts users to be inactive by default. You need to change the status to active.
thumbnail
11年前 に Nikhil Nishchal によって更新されました。

RE: Create Users through liferay api

Regular Member 投稿: 174 参加年月日: 12/06/22 最新の投稿
check serviceContext parameter.
and also check is user Active? (in control panel you can search for inactive user).
thumbnail
11年前 に Hitoshi Ozawa によって更新されました。

RE: Create Users through liferay api

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
I meant try reindexing from the Control Panel -> Server Administration and check if the user shows up.