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

Fix e-mail syntax checker in topanat #172

Open
fbastian opened this issue May 26, 2020 · 3 comments
Open

Fix e-mail syntax checker in topanat #172

fbastian opened this issue May 26, 2020 · 3 comments
Assignees
Labels

Comments

@fbastian
Copy link
Member

In GitLab by @smoretti on Dec 11, 2017, 12:44

Currently the e-mail syntax checker of topanat only test for something like .@. ("." being anything)

It should test for [\w\.\-]+@[\w\-].[\w]{2,5}

@fbastian
Copy link
Member Author

In GitLab by @smoretti on Dec 11, 2017, 16:15

e.g. 1@1 as e-mail works but should not!

@fbastian
Copy link
Member Author

@fbastian
Copy link
Member Author

In GitLab by @smoretti on Dec 13, 2017, 12:07

To do at the same time than #155

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants