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?