Help Membership Sign Up

I have a membership form flow using a typical form connected to the membership API.

Once invited, the email verification step then ask for the user to create a password.

Is there a more elegant way to do this? For example, is it possible to include a password via the membership API? If so, how should it be encoded?

Welcome @David7 :wave:

Nothing officially supported. You can’t create passwords via the API. You could hack that together yourself with some custom Javascript, just pre-populate that form field with a random password and even hide it. But you’re moving into murky waters by trying something like that. Better to avoid taking that approach.