How to make a REST API call for forgot password functionality? Answered
Hello everyone, how can I reset a password using the API at https://developers.memberstack.com/docs/admin-package in PHP?
Hello everyone, how can I reset a password using the API at https://developers.memberstack.com/docs/admin-package in PHP?
Comments
5 comments
Hi Mei,
At the moment, the only way to reset the password is via the DOM API and the Memberstack dashboard. However, you can leave us a feature request using this link.
Can someone share me how can i make a able to make an rest api call for forget password??
I need it for Memberstack 1.0
Hi, what's your particular use case? are you having trouble with the components?
I am using memberstack 1.0 rest api login in my mobile app and want allow user to rest their password from app itself
If you have access to a web app that has the v1 js library you could inspect with the dev tools the network request the app does when tying to fetch reset the password (from the reset password component) and create the rest request it within your app. Just keep in mind that v1 version is in legacy mode. I would recommend you to consider to upgrade to v2, migrate your users and update endpoints to still have support in the future
Please sign in to leave a comment.