Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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);
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
Thanks Dennis . But the problem is flowing code is not working in Umbraco 7.2.8
_umbracoMemberService.SavePassword(umbracoMember, password);
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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);
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
Thanks Dennis . But the problem is flowing code is not working in Umbraco 7.2.8
_umbracoMemberService.SavePassword(umbracoMember, password);
is working on a reply...