Uploaded image for project: 'Magnolia Form Module'
  1. Magnolia Form Module
  2. MGNLFORM-248

Improve email validator

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 2.2.10
    • None
    • None

      The current validator just checks for an @ sign, while slightly improved regexp like:

      (^$|^[^@\s]+@[^@\s]+\.[^@\s]+$)
      

      can check there is only one @ at the provided input and that there is a dot present afterwards.

        Acceptance criteria

              efochr Evzen Fochr
              zdenekskodik Zdenek Skodik
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD