How to reset Admin password if accidentally removed initially from DB?

friends, for one of the apps, I signed up as admin users and bubble sends you the Notification email acknowledging it. But during testing & development I accidentally “deleted” that admin user also from my DB app data.

And then manually re-entered the admin user to continue the work. But now, if i do “reset password” it does not send me email to reset Pw.
and now i came a long way in my development. How do i Fix this?
please advise?

When you say User are you talking about the Editor User for the bubble app OR do you mean a User within User Table records?

If it’s the second; then you need to set up a workflow for that user. Put a reset button on any page, search for the email, use the “temporary password” action and email it to the user. You can now log in with that temporary password.

i am shocked its working now. Even after i accidentally deleted all dummy users and Admin from DB and then, after that i manually added them all - still It works.

I am able to reset my pw as admin. I am able to reset pw of registered users if they have a valid email address.

but For dummy users its not possible to reset pw I guess right coz the email is dummy? thank you anyways, for insightful question which led me to test again. I appreciate you spent your time reading the question and reply.