Copied to clipboard

Flag this post as spam?

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


  • Mangala 4 posts 73 karma points
    Feb 14, 2017 @ 15:15
    Mangala
    0

    Reset Passord in Umbraco for members

    Hi ,

    We are not able to reset the password using SavePassword method.

    Could you please suggest on this ? Code is as below.

    _umbracoMemberService.SavePassword(umbracoMember, password);

  • sahadev 18 posts 145 karma points
    Feb 15, 2017 @ 11:22
    sahadev
    0

    Hello you need to follow below code

    IMember member =Services.MemberService.GetByUsername(request.UserName);
                Services.MemberService.SavePassword(memberData, password);
    

    Using above code you can easily reset password

  • Mangala 4 posts 73 karma points
    Feb 23, 2017 @ 14:28
    Mangala
    0

    Hi Sahadev, Thanks for the reply.

    we have implemented the changes now reset password is working fine.

  • sahadev 18 posts 145 karma points
    Feb 24, 2017 @ 07:49
    sahadev
    0

    welcome

  • 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