How to create a simple Memberstack signup form with email-only authentication without initial password verification?

Post author
Eyk Endemann

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

  • Comment author
    Josh Lopez

    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.

    1
  • Comment author
    Duncan from Memberstack

    Eyk Endemanns I just finished a script + tutorial for this exact situation 🎉

    https://www.memberstack.com/scripts/generate-a-random-password

    1
  • Comment author
    Eyk Endemann

    Thank you so much Josh Lopez, Duncan from Memberstack

    0

Please sign in to leave a comment.