-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: How to reset password sample #641
Comments
https://loopback.io/doc/en/lb3/User-REST-API.html#reset-password Hope that helps. As long as you have a User (or User-based) model, the SDK builder will provide the same functionality included in the loopback base model. |
Hi @gezquinndesign. |
No worries. Have you already used the SDK to implement a login feature? If so, you can use the same feature to reset passwords. |
Yup, of course. Everything is ok. I am stuck in front of this. I'll tell you as I need to master this. Enjoy your day. |
I only ask because they are both in the same API section So in the above example you could set up a method that uses Good luck. |
I'll tell you once done. |
Hi @gezquinndesign Here is not the good place I think. If someone could help me on stack, please. Thanks in advance and regards. |
I've responded on StackOverflow. Hopefully it is helpful for you. |
What type of issue are you creating?
What version of this module are you using?
Write other if any:
Please add a description for your issue:
Hello,
I am in the process of developing the password rest functionality client side and I am wondering where I could find the same previously provided by mean expert official on loopback sdk builder. I am pretty sure this sample has this feature in it.
Am I right?
Otherwise I am ok for a nice sample :)
The text was updated successfully, but these errors were encountered: