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

Start account creation flow with registration, not with email verification #194

Open
matheus23 opened this issue Oct 30, 2023 · 0 comments

Comments

@matheus23
Copy link
Member

Summary

Account creation is usually started with a request to create the account, not with a request to verify email.

This is also more commonly how account creation flows work.

Problem

Currently, to create an account, you need an email verification code, so you need to have your email verified, before you do the request to create the account.

Impact

We can't support "light" features that are already available before you've verified your email address. E.g. "just show me the logged in interface, see what it's like".

Solution

Separate account creation from email verification.


We talked a bit about this & how to do this in discord with @hugomrdias.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant