Hi All,
I'm new to DNN module development, because of this I've bought and read the Professional DNN Module Development book and learnt a lot. However, the first module I want to create is a custom user registration page. I don't want to alter the current core tables or anything I'm simply going to register the user and create some custom DB tables to store additional information etc.
I cannot for the life of me find any code examples on how to register a user, I have found some old code that user the uses the DotNetNuke.Entities.Users.UserMembership object however this appears to have been deprecated.
Can anybody point me in the right direction on this, or at least show me where I can find this information.
Thanks in advance