Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anonymous users can't sign up with passwords #1671

Closed
LeakedDave opened this issue Jul 21, 2024 · 0 comments · Fixed by #1739
Closed

Anonymous users can't sign up with passwords #1671

LeakedDave opened this issue Jul 21, 2024 · 0 comments · Fixed by #1739
Labels
bug Something isn't working

Comments

@LeakedDave
Copy link

LeakedDave commented Jul 21, 2024

Anonymous users are only able to link an email address, this forces users to leave the website to verify the email, and there is no clear way on guiding them back to a password input. The documentation just states you can call updateUser function with password after the email is verified, but there is no way to know where or how to show this password input to the user post verification, or which email template is even being sent. An anonymous user should be able to enter both an email and a password during signup, then receive email verification as normal. Either this, or we need a new email template for anonymous sign ups where we can specify a new URL that leads to the enter password page. Vendor locking with OAuth & Magic Link isn't always the preferred option for users, and that seems like the only way to use anonymous users atm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant