I wrote an usercontrol that creates a Member and stores in cmsMember table. What i need now is where can i store the extra member data like say First Name, Last Name, Address, phone etc? There are only Email , LoginName and Password columns in cmsMember table. Is there a way to extend this..
Creating a Member Programatically
Hi all,
I wrote an usercontrol that creates a Member and stores in cmsMember table. What i need now is where can i store the extra member data like say First Name, Last Name, Address, phone etc? There are only Email , LoginName and Password columns in cmsMember table. Is there a way to extend this..
Thanks
Narendranath
Hi Narendranath,
Yes, there sure is.
You can add those properties to the Member Type, and that will allow you to store data on the member.
Cheers,
Neil
Why are you going into the database to create members? Why aren't you just using the ASP.NET Membership API?
There is articles in wiki how to working with members:
http://our.umbraco.org/wiki/reference/api-cheatsheet/working-with-members
Petr
is working on a reply...