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

Administrator email addresses cannot contain capitals #194

Open
bruntonspall opened this issue Jan 28, 2022 · 0 comments · May be fixed by #195
Open

Administrator email addresses cannot contain capitals #194

bruntonspall opened this issue Jan 28, 2022 · 0 comments · May be fixed by #195

Comments

@bruntonspall
Copy link

I was trying to create a request, but because I was doing it from an iOS account, the first letter of the email address in the administrators box was being capitalised.

I kept getting an error message telling me that the administrator emails must be approved emails, and only digging through the code did I realise what the issue was.

I suspect that since in almost all modern mail implementations, the inboxes are case insensitive, that the regex should allow uppercase letters.

bruntonspall referenced this issue in bruntonspall/re-request-an-aws-account Jan 28, 2022
This should fix #194  by allowing capital letters in the name portion of email addresses.
bruntonspall referenced this issue in bruntonspall/re-request-an-aws-account Jan 28, 2022
This should fix #194 by allowing capital letters in the name portion of email addresses
@bruntonspall bruntonspall linked a pull request Jan 28, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant