Password reset without email

Hey Community!

I want to build a solution where a user clicks an “reset password” element and is automatically sent to the /reset_pw?reset= site along with the “LONG_ID” detailed in Bubbles documentation.

I tried extracting the “LONG_ID” part via the “just make token, don´t send email” option of the “send password, reset email” action, but no matter how i structure the event, the “get result of step 1” doesnt provide me with the “LONG_ID” needed (see images).

As can be seen on the last image, the “LONG_ID” does not get forwarded to the reset_pw page. Setting the destination to a dynamic page does not let me mix “fixed” and dynamic data to try to directly insert the “LONG_ID” into the URL.

I am very Grateful for any insights on how to extraxt the “LONG_ID” portion and to solve this issue,

big thanks in advance & greetings from germany

tldr; you can’t do that on the front end (i.e., display the token on the front end). It doesn’t really make sense to do it the way you’re suggesting.

Reasoning: Getting reset password token as text to be passed on - #2 by keith

2 Likes

Hey, Big thanks! This was the answer i was looking for!