Reset_pw no workflow by default

Every tutorial on the reset password flow suggests the default reset_pw page should have a built in workflow to handle the password reset token sent to the user. Ours does not.

Link we send to the user:
https://subdomain.bubbleapps.io/version-test/reset_pw?reset=1675620004351x538468353291119000&newuser=yes

However, we can’t figure out how to process the reset token on the password reset page. The “log user in” and “password reset” actions do not accept a reset token. What workflow action is one supposed to use?

In case someone stumbles across this, one can use the “reset password” workflow action even though it doesn’t take the token as input. It magically checks for the parameter in the url anyway.

1 Like