Bug 1412251

Summary: Relax email validation constraints
Product: Red Hat CloudForms Management Engine Reporter: Satoe Imaishi <simaishi>
Component: ApplianceAssignee: Tim Wade <twade>
Status: CLOSED CURRENTRELEASE QA Contact: Jiri Stefanisin <jistefan>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 5.7.0CC: abellott, jhardy, obarenbo
Target Milestone: GAKeywords: TestOnly, ZStream
Target Release: 5.8.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 5.8.0.0 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1412287 (view as bug list) Environment:
Last Closed: 2017-06-12 17:30:53 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1412287    

Description Satoe Imaishi 2017-01-11 15:47:23 UTC
Replaces the regex defined in app/models/user.rb with that in
more_core_extensions as the current regex is too prohibitive.

TLDs are OK
{ is OK
, is OK

More details in:

https://github.com/ManageIQ/manageiq/pull/12827
https://github.com/ManageIQ/manageiq/issues/12781
https://github.com/ManageIQ/more_core_extensions/pull/33