So if you are using standard bubble template, you have a separate reset_pw page with that “reset your password” form.
As you can see - there is no default Wf there, so you need to create it.
But because all the passwords are kept by Bubble (because I used bubble template), even though I would like to create a workflow for resetting password, I don’t have the database of password to work on.
My issue is that after I click on the “reset here”, it gives me this page (this page is not under my Element Tree so I can’t work on it). The “Confirm” button is not clickable.
I used the “Signup Login Form” under the “Element Template” provided by Bubble, which I have no access to password database, nor the workflow on the “reset” page. The page is not in my Element Tree
The link I posted above should lead you to a Reset password action description, not to the Send password reset email.
So all you need is to add a WF for your confirm button with action reset password:
My problem was that I built a native app on one page , showing/hidding them by using Custom Stats.
So I was searching within my Native App only, didn’t realize that the reset link page is at the root-level menu
This is the Screenshot of the Signup/Login Template, and it didn’t have the reset_pw page and I was so desperate to look for it here. Thanks @mikeloc I found it at the root level now !