Copied to clipboard

Flag this post as spam?

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


  • Amigo 231 posts 506 karma points
    Feb 22, 2011 @ 16:23
    Amigo
    0

    new members

    Member.MakeNew(xxx) is obsolente, and the new use is .nets Membership.CreateUser(xxx) as i understand.

    But how will i set my aditional proppertyes on the new MembershipUser?

    Before it was:
    Member.getProperty("myalias").Value = "myvalue";

    How do i do now?

  • Michael Latouche 502 posts 816 karma points c-trib
    Feb 22, 2011 @ 16:39
    Michael Latouche
    0

    Hi Amigo,

    I think you have to use member profiles to solve this. There is an article written by Aaron Powell that explains this very well:

    http://www.aaron-powell.com/umbraco-members-profiles

    Hope this helps.

    Cheers,

    Michael.

  • Richard Soeteman 3875 posts 12037 karma points MVP
    Feb 22, 2011 @ 21:12
    Richard Soeteman
    0

    Hi,

    The methods are obsolete indeed, but if you only want to fill Umbraco member properties it is still the easiest way to fill member properties. No config needed, I still use the old methods.

    Cheers,

    Richard

  • Michael Latouche 502 posts 816 karma points c-trib
    Feb 22, 2011 @ 22:36
    Michael Latouche
    0

    Me too actually :-)

    Cheers,

    Michael.

  • Amigo 231 posts 506 karma points
    Feb 23, 2011 @ 09:06
    Amigo
    0

    ok guys, i will take a look at it ;-)

    Have a great day.

  • Amigo 231 posts 506 karma points
    Dec 16, 2012 @ 23:42
    Amigo
    0
  • 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