Password reset

This commit is contained in:
2020-01-26 09:05:54 -05:00
parent 4c51a72544
commit 8ca5105fca
19 changed files with 398 additions and 38 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ namespace LeafWeb.WebCms.Models
[Display(Name = "Confirm email address")]
[Required(ErrorMessage = "Enter email exactly as above")]
[System.ComponentModel.DataAnnotations.Compare("Email")]
[Compare("Email")]
public string EmailConfirm { get; set; }
[Display(Name = "A unique identifier for this data")]