Password reset
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user