Login & ortho

This commit is contained in:
Paul Schneider 2017-09-18 16:12:13 +02:00
commit 7248c0baa9
13 changed files with 81 additions and 46 deletions

View file

@ -6,7 +6,7 @@ namespace Yavsc.ViewModels.Account
public class ForgotPasswordViewModel
{
[Required]
[EmailAddress]
public string Email { get; set; }
[StringLength(512)]
public string LoginOrEmail { get; set; }
}
}