I've been through this tutorial which has been really helpful: http://www.blogfodder.co.uk/2011/12/31/umbraco-membership-templates
But VS is telling me that all my methods are obsolete. It tells me replacement methods to use for everything except setting the member type. Originally this was done in the Member.MakeNew method by passing MemberType as a parameter.
I've been to the Umbraco site and looked at the documentation on Membership, but there's a big note saying: "NOTE: This information is out of date and should be updated." http://our.umbraco.org/wiki/reference/api-cheatsheet/working-with-members
Does anyone know where I can find some updated code for creating members? And yes I have spent some time looking on google but all I can find is the older code.