Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • npanguuluri 30 posts 57 karma points
    Apr 08, 2010 @ 05:17
    npanguuluri
    0

    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

  • Neil Campbell 58 posts 182 karma points
    Apr 08, 2010 @ 05:42
    Neil Campbell
    0

    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

     

  • Aaron Powell 1708 posts 3046 karma points c-trib
    Apr 08, 2010 @ 05:45
    Aaron Powell
    0

    Why are you going into the database to create members? Why aren't you just using the ASP.NET Membership API?

  • Petr Snobelt 923 posts 1535 karma points
    Apr 08, 2010 @ 08:56
    Petr Snobelt
    1

    There is articles in wiki how to working with members:

    http://our.umbraco.org/wiki/reference/api-cheatsheet/working-with-members

    Petr

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies