掲示板

Bulk-adding users

10年前 に Justyna Gralinska によって更新されました。

Bulk-adding users

New Member 投稿: 19 参加年月日: 13/08/13 最新の投稿
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
10年前 に David H Nebinger によって更新されました。

RE: Bulk-adding users

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
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).
10年前 に Justyna Gralinska によって更新されました。

RE: Bulk-adding users

New Member 投稿: 19 参加年月日: 13/08/13 最新の投稿
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
10年前 に David H Nebinger によって更新されました。

RE: Bulk-adding users

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
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
10年前 に Tejas Kanani によって更新されました。

RE: Bulk-adding users

Liferay Master 投稿: 654 参加年月日: 09/01/06 最新の投稿
Check "CSV User Import" from Liferay Marketplace.
10年前 に Justyna Gralinska によって更新されました。

RE: Bulk-adding users

New Member 投稿: 19 参加年月日: 13/08/13 最新の投稿
Thank you so much, this is exactly what I was looking for and it works great.
9年前 に fouad fouad によって更新されました。

RE: Bulk-adding users

Junior Member 投稿: 28 参加年月日: 14/08/08 最新の投稿
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
9年前 に David H Nebinger によって更新されました。

RE: Bulk-adding users

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
Did you try reindexing?
9年前 に fouad fouad によって更新されました。

RE: Bulk-adding users

Junior Member 投稿: 28 参加年月日: 14/08/08 最新の投稿
David H Nebinger:
Did you try reindexing?


thank you v much. it worked after i reindexed emoticon.
9年前 に fouad fouad によって更新されました。

RE: Bulk-adding users

Junior Member 投稿: 28 参加年月日: 14/08/08 最新の投稿
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
3年前 に Nicolae Gabriel によって更新されました。

RE: Bulk-adding users

New Member 投稿: 3 参加年月日: 20/07/28 最新の投稿
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
3年前 に Olaf Kock によって更新されました。

RE: Bulk-adding users

Liferay Legend 投稿: 6403 参加年月日: 08/09/23 最新の投稿
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.
3年前 に Nicolae Gabriel によって更新されました。

RE: Bulk-adding users

New Member 投稿: 3 参加年月日: 20/07/28 最新の投稿
i am on 6.2, got Expected header not found in the CSV file.
thumbnail
3年前 に Olaf Kock によって更新されました。

RE: Bulk-adding users

Liferay Legend 投稿: 6403 参加年月日: 08/09/23 最新の投稿
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...
3年前 に Nicolae Gabriel によって更新されました。

RE: Bulk-adding users

New Member 投稿: 3 参加年月日: 20/07/28 最新の投稿
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!