Custom Registration page

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.
11/1/2010 6:13:16 AM
Gravatar
Total Posts 32

Custom Registration page

For an application we need a Custom registration page. This is setup and after validating fields we create a new SiteUser object and a User Object in our own DB format that are related to each other.

SiteUser is used for login and access control and our own object for managing other security aspects specific for the application.

What i can't figure out if i create a new siteuser how can i trigger sending the email with the generated password as well as the email to validate the existance of the email address.

The idea is the new registered user gets an email to verify his account and when he clicks on it the siteuser should be activated as well i need an event to activate our custom object

Any help is welcome please

peter

 

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