Description of problem: At the moment, email addresses with the new domain TLDs are not allowed to create an account. Version-Release number of selected component (if applicable): N/A How reproducible: Every time Steps to Reproduce: 1. Go to https://www.openshift.com/app/account/new 2. Enter an email address with one of the new TLDs (i.e. office) 3. Fill all other fields 4. Click Sign Up Actual results: Validation rejects email as not being valid Expected results: Be able to sign up Additional info: Some of the proposed TLDs are now available for purchase (.technology is one of them)
Per http://en.wikipedia.org/wiki/List_of_Internet_top-level_domains the longest tlds are: technology photography enterprises contruction
Commit pushed to master at https://github.com/openshift/li https://github.com/openshift/li/commit/bfeed25fe3050f301f4f40f65d87b400a66b4251 Bug 1067438: Allow new TLDs
Check TLDs on wikipedia page. The longest domain should be construction, which contains 12 characters. If I used .construction to register a new account, it won't be successful. Could you pls check it again? Thanks!
If I use construction domain to register a new account, it will return "invalid email address". Other TLDs will be registered successfully. Pls check it again, thanks!
Oops, had a typo in the TLD's I counted characters for. Fixed in https://github.com/openshift/li/pull/2411
Test on devenv_4411. When I input TLD more than 12 characters and less than 2 characters, it will return "invalid email address" error message. I can create domain within 2 and 12 characters successfully without any error message. So verify this bug. Thanks!