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

Add Functionality to Confirm Account Email on Signup #155

Open
blackjackkent opened this issue Dec 31, 2020 · 0 comments
Open

Add Functionality to Confirm Account Email on Signup #155

blackjackkent opened this issue Dec 31, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@blackjackkent
Copy link
Owner

Expected Behavior

As a user, when I sign up for RPThreadTracker, I would like to receive an account confirmation email to verify that my email was entered correctly, so that I will not encounter issues later if (for instance) I need to retrieve a forgotten password.

Current Behavior

Currently, when a user completes the signup process, no verification is done to ensure they have entered a valid email address. We should institute an email confirmation flow as part of signup.

Possible Solution

The tracker uses (mostly) out-of-the-box ASP.NET Core Identity for authentication at the moment, so we should be able to make use of existing functionality within that library. https://code-maze.com/email-confirmation-aspnet-core-identity/ looks like a good starting guide for this purpose. We should also be able to use the existing service already set up to manage emails through SendGrid.

@blackjackkent blackjackkent added the enhancement New feature or request label Dec 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant