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 SavePassword method.
Could you please suggest on this ? Code is as below.
_umbracoMemberService.SavePassword(umbracoMember, password);
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
Hi Sahadev, Thanks for the reply.
we have implemented the changes now reset password is working fine.
welcome
is working on a reply...
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.
Continue discussion
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);
Hello you need to follow below code
Using above code you can easily reset password
Hi Sahadev, Thanks for the reply.
we have implemented the changes now reset password is working fine.
welcome
is working on a reply...
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.