What did you mean by API? Do you want to call some api to change the password?
You can use MemberService to change member passwords.
var memberService = Services.MemberService;
var member = memberService.GetById(AppHelper.GetCurrentUserId());
memberService.SavePassword(member, "password");
How do we change a member password thru the API
Is there anyone that knows how we could change a member password from the API?
Hi IceCoder
What did you mean by API? Do you want to call some api to change the password?
You can use MemberService to change member passwords.
Thanks,
Alex
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.