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 10, 2017 @ 12:57
    Mangala
    0

    Reset Passord in Umbraco for members

    Hi ,

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

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

    var success = _membershipService.RedeemPasswordResetToken(Request.QueryString["token"], model.ResetViewModel.Password);

  • Dennis Aaen 4457 posts 17970 karma points admin hq c-trib
    Feb 10, 2017 @ 13:25
    Dennis Aaen
    0

    Hi Mangala and welcome to our :)

    If it´s for the Umbraco Forms, then perhaps you could use this package.

    https://our.umbraco.org/projects/backoffice-extensions/memberforms-workflow/

    Hope this helps,

    /Dennis

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

    Thanks Dennis . But the problem is flowing code is not working in Umbraco 7.2.8

    _umbracoMemberService.SavePassword(umbracoMember, password);

  • 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