Creating a user account via API workflow and setting custom password from passed parameter

Hi Bubblers,

So trying to create an account and set the password via an input (content format set to password) that then gets sent to a API workflow where the account is created and a password is manually assigned from that input.

Here are the workflows:


Schedule workflow via API

image
Parameter of the password
image
Step 1 is create an account for someone else, therefore gets referenced here
image

Checked the logs and they aren’t particular helpful, but seems to be passing, even though I can’t see the value:
image

Any guidance would be appreciated, cheers

For security reasons bubble doesn’t allow you to see the password either in the database or in the logs. Which I think is a good thing.

Sure - I agree, not exposing the password makes sense in the logs and database. But the workflows described above should work I would have thought.

I’ve used another workaround via the API workflows just using the standard ‘Sign up the user’ so at least a custom password can be specified or otherwise if not just use the password reset method for new users:

This topic was automatically closed after 70 days. New replies are no longer allowed.