Normalize cr/lf/tab
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Umbraco.Web.Models
|
||||
public string NewPassword { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The old password - used to change a password when: EnablePasswordRetrieval = false
|
||||
/// The old password - used to change a password when: EnablePasswordRetrieval = false
|
||||
/// </summary>
|
||||
[DataMember(Name = "oldPassword")]
|
||||
public string OldPassword { get; set; }
|
||||
@@ -26,7 +26,7 @@ namespace Umbraco.Web.Models
|
||||
public bool? Reset { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The password answer - required for reset when: RequiresQuestionAndAnswer = true
|
||||
/// The password answer - required for reset when: RequiresQuestionAndAnswer = true
|
||||
/// </summary>
|
||||
[DataMember(Name = "answer")]
|
||||
public string Answer { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user