Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify and fix ADMIN_EMAIL verification regex. #2890

Merged
merged 1 commit into from
Apr 14, 2016

Conversation

henryk
Copy link
Contributor

@henryk henryk commented Apr 14, 2016

@RocketChat/core

Closes #2841

Simplify and fix ADMIN_EMAIL verification regex.

  • Email addresses start with something other than "@", have arbitrary characters,
    at least one "@", at least one character after that.

 * Email addresses start with something other than "@", have arbitrary characters,
   at least one "@", at least one character after that.
@engelgabriel engelgabriel merged commit 1767003 into RocketChat:develop Apr 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

E-mail address validation regex for ADMIN_EMAIL in initialData is wrong
2 participants