掲示板

Notify administrator when a new user creates an account

11年前 に Andras Aszodi によって更新されました。

Notify administrator when a new user creates an account

New Member 投稿: 10 参加年月日: 12/10/17 最新の投稿
The "Create Account" part of the Login portlet can be set up so that the new user gets an e-mail notification. However, I could not find an out-of-the-box way to notify a portal or site administrator when a new account is being created (I am using Liferay 6.1.0 CE). If there is no way to do this, I think it could be a very useful feature in situations where an administrator has to check manually whether a person is accepted as a new user.
thumbnail
11年前 に Juan Fernández によって更新されました。

RE: Notify administrator when a new user creates an account

Liferay Legend 投稿: 1261 参加年月日: 08/10/02 最新の投稿
Hi Andras:
I also think that's a good idea.

It can be easily implemented with a Model Listener Hook on the User service.

What I would add to your proposal is to have a complete approval workflow for user creation, so that for example, when a new user arrives to the platform, the admin verify it's not spam, and then passes the user form to the legal department and then, after the approval, he becomes a full member of the site.
What do you think about this?
Thanks for sharing your ideas!
Juan
11年前 に Andras Aszodi によって更新されました。

RE: Notify administrator when a new user creates an account

New Member 投稿: 10 参加年月日: 12/10/17 最新の投稿
Hi Juan,

many thanks for the quick reply and for the suggestion to implement this functionality with a Model Listener hook. That is fine but requires some extra work which could be a waste if the feature is useful for many people. For me as a LR beginner it would certainly cost more time than necessary... :-(

Your suggestion for a complete "new user approval workflow" is excellent, I think this is definitely needed. Maybe it finds its way into a new release? :-)

Thanks a lot again, András
thumbnail
11年前 に Juan Fernández によって更新されました。

RE: Notify administrator when a new user creates an account

Liferay Legend 投稿: 1261 参加年月日: 08/10/02 最新の投稿
Good news! After doing a little research it turns out that we already have it!
All you need to do is to deploy Kaleo workflow plugin and then follow the steps I define in the following picture.

Cool! I learned something new today helping you emoticon
Regards,
Juan
thumbnail
11年前 に Apoorva Prakash によって更新されました。

RE: Notify administrator when a new user creates an account

Liferay Master 投稿: 658 参加年月日: 10/06/15 最新の投稿
Juan Fernández:
Good news! After doing a little research it turns out that we already have it!
All you need to do is to deploy Kaleo workflow plugin and then follow the steps I define in the following picture.

Cool! I learned something new today helping you emoticon
Regards,
Juan



Hey Juan,

Its really great, and very simple solution.

Thanks,
Apoorva Prakash
11年前 に Andras Aszodi によって更新されました。

RE: Notify administrator when a new user creates an account

New Member 投稿: 10 参加年月日: 12/10/17 最新の投稿
Hi Juan,

Thanks for the good news. However: I cannot "follow the steps I define in the following picture." , because when I tried to access the picture you mentioned, I got the following XML instead:

<Error>
<Code>AccessDenied</Code>
<Message>Request has expired</Message>
<RequestId>6DF45FCCCFB9D4DA</RequestId>
<Expires>2012-11-28T16:08:16Z</Expires>
<HostId>
63YfJ4dph0q7h8GFeY0a+WdCXVFq/ffUaM3Ci2lN2iTTtA/lR5k/TOTQrcCmZvHJ
</HostId>
<ServerTime>2012-11-29T09:21:42Z</ServerTime>
</Error>

Is there a way of sharing this so that the information does not expire so quickly?

Thanks a lot, András
thumbnail
11年前 に Juan Fernández によって更新されました。

RE: Notify administrator when a new user creates an account

Liferay Legend 投稿: 1261 参加年月日: 08/10/02 最新の投稿
Here's the picture link:
http://www.diigo.com/item/image/2nmfz/qre8?size=o
please tell me if you can see it
Regards,
Juan
thumbnail
11年前 に Luis Mas によって更新されました。

RE: Notify administrator when a new user creates an account

Regular Member 投稿: 146 参加年月日: 09/05/18 最新の投稿
Juan Fernández:
Good news! After doing a little research it turns out that we already have it!
All you need to do is to deploy Kaleo workflow plugin and then follow the steps I define in the following picture.

Cool! I learned something new today helping you emoticon
Regards,
Juan


Juan, I can't access the picture, it seems to be expired or secured?

http://s3.amazonaws.com/diigo/4454741_145436659_8653099?AWSAccessKeyId=0R7FMW7AXRVCYMAPTPR2&Expires=1354118896&Signature=b6pMkDEvZau2%2FnYYgmJuBG1Z28E%3D

Regards, Luis
thumbnail
11年前 に Juan Fernández によって更新されました。

RE: Notify administrator when a new user creates an account

Liferay Legend 投稿: 1261 参加年月日: 08/10/02 最新の投稿
Fixed (http://www.diigo.com/item/image/2nmfz/qre8?size=o).
Please confirm you can access the screenshot
thumbnail
11年前 に Luis Mas によって更新されました。

RE: Notify administrator when a new user creates an account

Regular Member 投稿: 146 参加年月日: 09/05/18 最新の投稿
Yes, we do!!

Thanks
9年前 に Khuong Nguyen によって更新されました。

RE: Notify administrator when a new user creates an account

New Member 投稿: 4 参加年月日: 15/01/14 最新の投稿
Hi Juan, I also have another problem related to this. I want to notify to all other administrators when one of administrators want to deactive one user. Can you help me to resolve this problem. Thanks so much