Forums de discussion

Bulk-adding users

Justyna Gralinska, modifié il y a 10 années.

Bulk-adding users

New Member Publications: 19 Date d'inscription: 13/08/13 Publications récentes
Bulk-adding users. I.e. adding multiple users at once would be a very useful feature. Does anyone know a way of doing it now?
thumbnail
David H Nebinger, modifié il y a 10 années.

RE: Bulk-adding users

Liferay Legend Publications: 14919 Date d'inscription: 02/09/06 Publications récentes
You can put together a pretty simple app to take your user data and push through the Liferay API to create the accounts (basically a remote web service call).
Justyna Gralinska, modifié il y a 10 années.

RE: Bulk-adding users

New Member Publications: 19 Date d'inscription: 13/08/13 Publications récentes
I wish I could David. Unfortunately, I'm not developer - I get by by tweaking existing code and developing hooks.

I've found this portlet kindly made available by a user but when I click on the Import button I see an error messag: "Portlet is temporarily unavailable."

Any other suggestions?
thumbnail
David H Nebinger, modifié il y a 10 années.

RE: Bulk-adding users

Liferay Legend Publications: 14919 Date d'inscription: 02/09/06 Publications récentes
That blog is pretty old and the portlet seems to be missing some critical details (i.e. in liferay-plugin-package.properties it is missing the liferay version info), so it's no wonder why the code doesn't work...
thumbnail
Tejas Kanani, modifié il y a 10 années.

RE: Bulk-adding users

Liferay Master Publications: 654 Date d'inscription: 06/01/09 Publications récentes
Check "CSV User Import" from Liferay Marketplace.
Justyna Gralinska, modifié il y a 10 années.

RE: Bulk-adding users

New Member Publications: 19 Date d'inscription: 13/08/13 Publications récentes
Thank you so much, this is exactly what I was looking for and it works great.
fouad fouad, modifié il y a 9 années.

RE: Bulk-adding users

Junior Member Publications: 28 Date d'inscription: 08/08/14 Publications récentes
Tejas Kanani:
Check "CSV User Import" from Liferay Marketplace.



i checked ur proposed solution and it is working fine, thank you.
but when i check users and organizations from Eclipse, i dont see the added users.

any hint?
thumbnail
David H Nebinger, modifié il y a 9 années.

RE: Bulk-adding users

Liferay Legend Publications: 14919 Date d'inscription: 02/09/06 Publications récentes
Did you try reindexing?
fouad fouad, modifié il y a 9 années.

RE: Bulk-adding users

Junior Member Publications: 28 Date d'inscription: 08/08/14 Publications récentes
David H Nebinger:
Did you try reindexing?


thank you v much. it worked after i reindexed emoticon.
fouad fouad, modifié il y a 9 années.

RE: Bulk-adding users

Junior Member Publications: 28 Date d'inscription: 08/08/14 Publications récentes
fouad fouad:
David H Nebinger:
Did you try reindexing?


thank you v much. it worked after i reindexed emoticon.



hello David, members
can you advise me on my question on this thread. https://www.liferay.com/community/forums/-/message_boards/message/48031443
thank you
Nicolae Gabriel, modifié il y a 3 années.

RE: Bulk-adding users

New Member Publications: 3 Date d'inscription: 28/07/20 Publications récentes
can someone help me to add https://www.liferay.com/marketplace/-/mp/application/33064852  "CSV User Import" to liferay portal ? I am new to liferay. Thanks!
thumbnail
Olaf Kock, modifié il y a 3 années.

RE: Bulk-adding users

Liferay Legend Publications: 6403 Date d'inscription: 23/09/08 Publications récentes
Nicolae Gabriel:

can someone help me to add https://www.liferay.com/marketplace/-/mp/application/33064852  "CSV User Import" to liferay portal ? I am new to liferay. Thanks!
It's quite ancient now, and only published up to 6.2. The github repo has seen some work on 7.0, but it seems to be an abandoned plugin. You'd have to do some development work yourself in order to get it going - e.g. port the existing code to the version you're targeting.
Nicolae Gabriel, modifié il y a 3 années.

RE: Bulk-adding users

New Member Publications: 3 Date d'inscription: 28/07/20 Publications récentes
i am on 6.2, got Expected header not found in the CSV file.
thumbnail
Olaf Kock, modifié il y a 3 années.

RE: Bulk-adding users

Liferay Legend Publications: 6403 Date d'inscription: 23/09/08 Publications récentes
Nicolae Gabriel:

i am on 6.2, got Expected header not found in the CSV file.

I'm looking at the Marketplace listing of that portlet, and the first screenshot of the page where you upload the CSV file clearly states what is also documented in the github repo's README:

The first line in the CSV file is mandatory and is exactly the following:
username;email;firstName;lastName;password;male;jobTitle;birthday;cf1;cf2;cf3;cf4;cf5;cf6;cf7;cf8;cf9;cf10;cf11;cf12;cf13;cf14;cf15;cf16;cf17;cf18;cf19;cf20

I wonder what your first line looks like...
Nicolae Gabriel, modifié il y a 3 années.

RE: Bulk-adding users

New Member Publications: 3 Date d'inscription: 28/07/20 Publications récentes
anyone can help me compiling this old portlet ? I really need it working... or with http://www.liferay.com/community/wiki/-/wiki/Main/Web+Service+samples , this page does not work anymore!