Actions
Bug #2521
closedinvite email regex check not accurate enough
Description
The regex check to test for email address is failing for domains that contain a dash. Needs to be updated to support all types of email addresses.
Files
Updated by krileon over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Fixed in r1754 using CBs cbIsValidEmail function instead of custom regex
Actions
#2
Updated by krileon over 13 years ago
- File cbgroupjive.class.patch cbgroupjive.class.patch added
- File component.cbgroupjive.patch component.cbgroupjive.patch added
Patches provided after multiple other fixes have been applied; code lines may need adjustment.
Actions