Password reset token is not being issued

For security reasons, the token generation is available via a backend workflow. If you choose to send the email directly, Bubble will generate and send the email from the backend. If you choose to generate the token only, Bubble will generate it on the backend but it will not send it to the frontend.

I’ve created an example here - Link to the editor

What I’ve done

  1. Added a reset password button
  2. Enabled the backend workflow API
  3. Added a backend workflow that takes an email as a parameter
  4. Added the API connector in the plugins to the app
  5. Called the backend workflow via the API and get the token as a response
  6. Send the token to the reset_pw page and voila!

Let me know if you have any questions :slight_smile: