I’d like to have a signup form with no password field, where all new signups are automatically assigned set password (I’ll notify them of the password in an email).
I know I can do this in Memberstack because it says so here: https://help.memberstack.io/post/passwordless-login
But can someone tell me how to implement this? That help page gives the following code but says nothing about where to put it, or how.
<input type=“password” style=“display:none;” value=“q34qurq3289q9n9we8rqn" ms-field=“password” disabled>
Anyone have any pointers? Thank you!