-
Notifications
You must be signed in to change notification settings - Fork 58
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
Clean up UI for checking for duplicate emails during account creation #3737
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, thanks @kkbrum! Just one question, then it can be merged.
padding-top: 9px; | ||
margin-left: auto; | ||
margin-right: auto; | ||
display: block; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you make these changes to the logo styling?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops that must be residual from working on the logo centering PR at a similar time. I'll fix that!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, thank you!
Fixes #118. I made it such that emails are only considered duplicates if they want to make a user account of the same type. This hopefully addresses the concern of a student using a parent email and the parent also wanting a guardian account using the same email. I also removed the first and last names from being displayed, since that feels like a bit of a privacy issue. I also changed the default tag setting to check for duplicate emails.