Change By: Evzen Fochr (18/Dec/14 11:10 AM)
Description: The current validator just checks for an @ sign, while slightly improved regexp like:
{noformat}
(^$|^[^@\s]+@[^@\s]+\.[^@\s]+$)
{noformat}
can check there is only one @ at the provided input and that there is a dot present afterwards.
   

Regexp was upgraded to (^([a-zA-Z0-9_\.\-+])+@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$)
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to