Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Improve email validation #1086

Closed
VahidN opened this issue Jan 30, 2017 · 3 comments
Closed

Improve email validation #1086

VahidN opened this issue Jan 30, 2017 · 3 comments
Assignees

Comments

@VahidN
Copy link

VahidN commented Jan 30, 2017

Currently email validation is disabled in UserValidator class. new MailAddress part can be replaced with

if(!new EmailAddressAttribute().IsValid(email)) { /*...*/ }

EmailAddressAttribute is part of the new framework.

@HaoK HaoK added this to the 2.0.0 milestone Feb 24, 2017
@HaoK HaoK added the bug label Feb 24, 2017
@Ponant
Copy link
Contributor

Ponant commented Mar 8, 2017

Hi, I implemented a custom UserValidator to fix this issue, but I wonder at what date the miltestone 2.0.0 will be honored (approximately, 1 month, 2, 3 ?)

@HaoK
Copy link
Member

HaoK commented Mar 8, 2017

I believe Q2 2017 is the current forecast, https://github.com/aspnet/Home/wiki/Roadmap

@HaoK
Copy link
Member

HaoK commented Mar 8, 2017

12aa4a3

@HaoK HaoK closed this as completed Mar 8, 2017
@HaoK HaoK added the 3 - Done label Mar 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants