Logging into own database

I have created a database of staff by manually entering them so they appear in a ‘Staff’ data table. I would now like to trigger an email prompting them to create a password in order to have an account. Or provide an email with a temp password that triggers an option to reset when they try and log in. Can anyone help??

There are a handful of lessons available to help you in this situation:

Building a sign up system: Learn | Bubble Editor

You can force people to a password reset page in Settings → General → Redirect users who haven't changed their password

You can create an API Workflow that’s setup to send an email (in which you can link to a signup page). Then bulk run this workflow in Data → App data → Bulk

https://manual.bubble.is/using-the-bubble-api/how-to-use-the-api.html#setting-up-api-workflows

https://manual.bubble.is/maintaining-an-application/bulk-operations.html#defining-an-api-endpoint

If you search the forums + manual + reference, there will be more than enough information to help you achieve these steps. Post back with more specific questions so we can help further, it’s tough to do all the work for someone in a forum reply. There are great coaching resources available as well if you’re willing to pay for assistance.

Many thanks for the reply Philip - will give it a bash!