Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I need to create a DNN user through SQL. The reason for this is that we have a sister site which is not DNN based but we still want to allow registration.
The best link I have found so far on this is: http://mitchelsellers.com/blogs/2007/05/14/creating-a-standard-dotnetnuke-user-via-sql.aspx
But that may be stale.
What I am thinking is that I should add it through Membership.CreateUser() and then update the DNN specific tables.