Notification after registration

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
4/26/2010 6:04:59 PM
Gravatar
Total Posts 29

Notification after registration

Hi Joe

I want to receive a notification, after a new registrations is done in the mojoportal website,what should I do?

Best Wishes

Evencio

4/26/2010 8:07:38 PM
Gravatar
Total Posts 125

Re: Notification after registration

Mojo already has this funciton. If you get your smtp config right, you should get an email notification, but you have to be in administrator role. Check this for the email configuration.

http://www.mojoportal.com/emailconfiguration.aspx

4/26/2010 9:57:05 PM
Gravatar
Total Posts 29

Re: Notification after registration

Hello Wei Li,

The configurations was already done, and I receive notifications when someone  post messages to the forum, but no notifications after registrations.

Is there any checkbox to manage this?

Best Wishes

Evencio

4/26/2010 11:23:01 PM
Gravatar
Total Posts 2239

Re: Notification after registration

Hi Evencio,

Set the following in your user.config and then open and save your web.config to recycle your application pool.

<add key="NotifyAdminsOnNewUserRegistration" value="true" />

Hope this helps,
Joe D.

4/27/2010 5:34:43 PM
Gravatar
Total Posts 29

Re: Notification after registration

Hi Joe,

Thanks a lot.

Evencio

You must sign in to post in the forums. This thread is closed to new posts.