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

Clean up UI for checking for duplicate emails during account creation #3737

Merged
merged 9 commits into from
Apr 19, 2024

Conversation

kkbrum
Copy link
Contributor

@kkbrum kkbrum commented Mar 22, 2024

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.

@kkbrum kkbrum added this to the Stable Release 16 milestone Mar 22, 2024
Copy link
Member

@willgearty willgearty left a 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.

Comment on lines 332 to 335
padding-top: 9px;
margin-left: auto;
margin-right: auto;
display: block;
Copy link
Member

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?

Copy link
Contributor Author

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!

@willgearty willgearty self-requested a review April 17, 2024 00:44
Copy link
Member

@willgearty willgearty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, thank you!

@willgearty willgearty merged commit bb00a9c into main Apr 19, 2024
5 checks passed
@willgearty willgearty deleted the dup-emails branch April 19, 2024 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unique e-mail addresses
2 participants