Subscribe to this list via RSS Blog posts tagged in Reset
Send Password Reset Emails by adding a new BaaS method with Parse Recently, I covered the steps necessary to add password reset email notification functionality to your BaaS enabled Delphi XE6 app using Kinvey. Today, I thought I would explain how to do this with Parse. This demo shows you how to to derive from the existing ParseAPI class (TExtendParseApi = class(TParseApi)) for the Parse component and add a new method for executing Parse's password reset. Inside your Parse.com account, you can define email settings for the password reset email. M...
Adding a new BaaS method for executing a password reset email notification using Kinvey A couple of days ago, I covered how to add password reset functionality to your application for resetting the password inside your app. A common question I got was how to leverage the cloud based password reset email functionality that many BaaS providers offer. Today, I thought I would cover how to add password reset functionality via an email notification to your BaaS enabled mobile application using RAD Studio XE6. This tutorial uses Kinvey, but I am going to do a blog post on Parse soon as ...
  • Page :
  • 1

Check out more tips and tricks in this development video: