Formatting
This commit is contained in:
@@ -17,6 +17,7 @@ namespace LeafWeb.WebCms.Models
|
||||
[DataType(DataType.Password)]
|
||||
public string Password { get; set; }
|
||||
|
||||
[Display(Name = "Verify New Password")]
|
||||
[Required(ErrorMessage = "Password must match verify exactly")]
|
||||
[DataType(DataType.Password)]
|
||||
[Compare("Password")]
|
||||
|
||||
Reference in New Issue
Block a user