Fórum

Create Users through liferay api

shashidhara ml, modificado 11 Anos atrás.

Create Users through liferay api

Junior Member Postagens: 28 Data de Entrada: 05/10/12 Postagens Recentes
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
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: Create Users through liferay api

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
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
Nikhil Nishchal, modificado 11 Anos atrás.

RE: Create Users through liferay api

Regular Member Postagens: 174 Data de Entrada: 22/06/12 Postagens Recentes
check serviceContext parameter.
and also check is user Active? (in control panel you can search for inactive user).
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: Create Users through liferay api

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
I meant try reindexing from the Control Panel -> Server Administration and check if the user shows up.