Template
mirror of
https://github.com/egmont11/ASP.Net-Core-MVC-Template.git
synced 2026-07-24 07:09:56 +02:00
Fixed up the database connection, added admin account and admin area
This commit is contained in:
@@ -10,7 +10,7 @@ public class AuthLoginViewModel
|
||||
|
||||
[Display(Name = "Password")]
|
||||
[DataType(DataType.Password)]
|
||||
[Required] [MinLength(5)]
|
||||
[Required] [MinLength(4)]
|
||||
public string Password { get; set; }
|
||||
|
||||
[Display(Name = "Remember me?")]
|
||||
|
||||
Reference in New Issue
Block a user