Verify Your Account Today!#435
Merged
Merged
Conversation
Ethanljf
approved these changes
May 21, 2020
sleepycat
suggested changes
May 21, 2020
sleepycat
left a comment
Contributor
There was a problem hiding this comment.
A few small changes, but this is looking great!
sleepycat
approved these changes
May 27, 2020
tparrott-cse
approved these changes
May 28, 2020
tparrott-cse
left a comment
Contributor
There was a problem hiding this comment.
Verification a go go!
added 22 commits
May 28, 2020 09:46
…ication email, and made sleep time 1sec then check if email was successful
…increased sleep time
… the account creation, and moved email_verification function into functions directory
…or EmailVerifyAccount mutation
added 3 commits
May 28, 2020 09:47
699df8a to
18e6744
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Email verification on user sign-up is a go 🚀 but if that fails there is a backup mutation that will allow users to request another email be sent.
email_validatedfield on the Users model, and new hybrid methodverify_accountsignUpmutation that will send a verification emailsendEmailVerificationmutation allows the users to request another verification email be sentemailVerifyAccountmutation allows users to verify their account through a token link sent to their inboxverify_accountwhen querying their own sandbox orgfrontend/schema.faker.graphqlhas been updated to reflect new changes