How to create a simple Memberstack signup form with email-only authentication without initial password verification?
Hey,
we would like to implement a signup form that is just email, name and some custom fields. No password, no passwordless verification via code.
Afterwards, we would like to use the "normal" login with passwordless authentication via email code.
Is that possible with memberstack?
Thank you!
Comments
3 comments
Hey Eyk Endemann
Thank you for posting! What you are trying to do is currently not possible out of the box but you could have a hidden password field that randomly adds a password with javascript when a signup occurs. When a member wants to login again after signup you can show the passwordless form.
Eyk Endemanns I just finished a script + tutorial for this exact situation 🎉
https://www.memberstack.com/scripts/generate-a-random-password
Thank you so much Josh Lopez, Duncan from Memberstack
Please sign in to leave a comment.