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

Use the same email validation on the portal as in the backend #104

Open
mlow opened this issue Mar 1, 2021 · 2 comments
Open

Use the same email validation on the portal as in the backend #104

mlow opened this issue Mar 1, 2021 · 2 comments

Comments

@mlow
Copy link

mlow commented Mar 1, 2021

It's possible for a portal user to set their email to something invalid, such as with a digit in the TLD. Doing so will result in being unable to even load the associated account in the V2 interface.

@mlow
Copy link
Author

mlow commented Mar 1, 2021

Some example images

Example invalid email:
Screenshot_20210301_120312

Attempting to load the account
Screenshot_20210301_120331

Also results in a hang on the /accounts/ listing if account with the broken email address matches the current search filter and page.

Resolves after correcting the email address from the portal or API.

@geneccx
Copy link
Contributor

geneccx commented Jun 9, 2021

I believe we've fixed this on the Sonar V2 side so that it doesn't result in a broken account view. We'll look into adding the validation here too.

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

2 participants