Set password operational
Sitewide plan for status messages
This commit is contained in:
@@ -42,6 +42,7 @@ namespace MileageTraker.Web.Models
|
||||
|
||||
[HiddenInput(DisplayValue = false)]
|
||||
[DataType(DataType.Date)]
|
||||
[DisplayFormat(DataFormatString = @"{0:MM/dd/yyyy}")]
|
||||
public DateTime LastPasswordFailureDate { get; set; }
|
||||
|
||||
[HiddenInput(DisplayValue = false)]
|
||||
@@ -50,14 +51,17 @@ namespace MileageTraker.Web.Models
|
||||
|
||||
[HiddenInput(DisplayValue = false)]
|
||||
[DataType(DataType.Date)]
|
||||
[DisplayFormat(DataFormatString = @"{0:MM/dd/yyyy}")]
|
||||
public DateTime LastLockoutDate { get; set; }
|
||||
|
||||
[HiddenInput(DisplayValue = false)]
|
||||
[DataType(DataType.Date)]
|
||||
[DisplayFormat(DataFormatString = @"{0:MM/dd/yyyy}")]
|
||||
public DateTime LastLoginDate { get; set; }
|
||||
|
||||
[HiddenInput(DisplayValue = false)]
|
||||
[DataType(DataType.Date)]
|
||||
[DisplayFormat(DataFormatString = @"{0:MM/dd/yyyy}")]
|
||||
public DateTime Created { get; set; }
|
||||
|
||||
[HiddenInput]
|
||||
@@ -65,6 +69,7 @@ namespace MileageTraker.Web.Models
|
||||
|
||||
[HiddenInput]
|
||||
[DataType(DataType.Date)]
|
||||
[DisplayFormat(DataFormatString = @"{0:MM/dd/yyyy}")]
|
||||
public DateTime LastPasswordChangedDate { get; set; }
|
||||
|
||||
[HiddenInput(DisplayValue = false)]
|
||||
|
||||
Reference in New Issue
Block a user