How to get password reset token

I faced with the same issue as mentioned here:

and here:

To get a password reset token use the action “Send password email” with the checked checkbox “Just make token, don’t send email”.

The action returns the reset token that is available via an expression Result of step... in the followin actions of the wokrflow.

Important: This action works only in backend workflow. In the frontend workflow this action will return empty results. This specifics is not documented in the manual.

sergiishpak.com

7 Likes

Also running into this problem of no password reset token actually being returned. Documentation says it should return the LONG_ID but it doesn’t.

@brenton.strine If you’re doing it in front end, try doing in backend, not sure if that will help but worth a try

Also make sure the email exists as a user

SOLVED:

I think I see what’s happening here. I think that Bubble (for security reasons) makes this token 100% inaccessible via the frontend.

I just sent it in an email, and the debugger showed it as (empty) but I was surprised to see that the token actually came through in the very email that was supposedly blank.

So it works, but you can’t use the token anywhere in the page. However, if you send an email, it will show up in the email.

1 Like

It is not working any more. I cannot see any email after these steps.