Copied to clipboard

Flag this post as spam?

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


  • ridi 71 posts 103 karma points
    Jun 09, 2011 @ 03:55
    ridi
    0

    Membership API and MemberSearch

    DEar All,

    i create a member using this approcah (since really convinient for me :) )

     

     

    Member member = Member.MakeNew(m.LoginName, MemberType.GetByAlias(m.MemberType), new User(0));

     

    member.Password = m.Password;

     

    member.CreateDateTime = m.CreatedDate;

     

    member.Email = m.Email;

     

    member.XmlGenerate(new System.Xml.XmlDocument());

     

    member.Save();

     

    Then the magic is happen :),in Umbraco 4.5.2, i can find my member and search it in members panel however when i use this approach in Umbraco 4.7.0 the member is created but i can't search it in members panel .. any advise for this. Thanks

  • 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