Skip to content
Snippets Groups Projects

Issue #3521184: Email validation to disallow invalid mail ids like extra spaces

Open Issue #3521184: Email validation to disallow invalid mail ids like extra spaces
1 unresolved thread
1 unresolved thread

Closes #3521184

Merge request reports

Members who can merge are allowed to add commits.
Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
28 28 $this->assertTrue($validator->isValid('example@example.com'));
29 29 $this->assertFalse($validator->isValid('example@example.com@'));
30 30 $this->assertFalse($validator->isValid('example@example .com'));
31 $this->assertFalse($validator->isValid('example@example'));
  • added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading