Copied to clipboard

Flag this post as spam?

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


  • Amigo 243 posts 568 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 504 posts 819 karma points MVP 4x 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 4047 posts 12900 karma points MVP 2x
    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 504 posts 819 karma points MVP 4x c-trib
    Feb 22, 2011 @ 22:36
    Michael Latouche
    0

    Me too actually :-)

    Cheers,

    Michael.

  • Amigo 243 posts 568 karma points
    Feb 23, 2011 @ 09:06
    Amigo
    0

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

    Have a great day.

  • Amigo 243 posts 568 karma points
    Dec 16, 2012 @ 23:42
    Amigo
    0
Please Sign in or register to post replies

Write your reply to:

Draft