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

Registration with email verification process #49

Open
Tracked by #2
jean-michelet opened this issue Oct 29, 2024 · 5 comments
Open
Tracked by #2

Registration with email verification process #49

jean-michelet opened this issue Oct 29, 2024 · 5 comments

Comments

@jean-michelet
Copy link
Contributor

jean-michelet commented Oct 29, 2024

We should wait for #48 to be merged.

Currently we use a basic username for login, we should use an email.
Migrations, seed-database.ts and tester helper must be updated before proceeding.

@jean-michelet jean-michelet changed the title Design and implement a registration form with email verification process Registration with email verification process Oct 29, 2024
AxelVilleret added a commit to AxelVilleret/demo that referenced this issue Nov 10, 2024
@AxelVilleret
Copy link

Hey ! Can you assign me this issue ?

@Fdawgs
Copy link
Member

Fdawgs commented Nov 11, 2024

Hey ! Can you assign me this issue ?

We don't assign issues as we find it discourages others from fixing/implementing changes.

@EnzoDOROSARIO
Copy link

Is the goal to replace username-based login with email authentication, so we can then implement the registration process with email verification ?

@jean-michelet
Copy link
Contributor Author

It could be done without changing the username-based login. The goal here is to validate someone email. But I think we should use an email for authentification too, as most of users are used to login/register this way, plus it's already a unique identifier. They can update their username once registered on their profile if necessary.

@EnzoDOROSARIO
Copy link

I've created an initial PR that adds an email field for users, which we can use as a foundation for further iterations.

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

4 participants