Fix more acceptance tests
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Umbraco.Cms.Core.Models
|
||||
/// The old password - used to change a password when: EnablePasswordRetrieval = false
|
||||
/// </summary>
|
||||
[DataMember(Name = "oldPassword")]
|
||||
public string OldPassword { get; set; }
|
||||
public string? OldPassword { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The ID of the current user/member requesting the password change
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace Umbraco.Cms.Core.Models.ContentEditing
|
||||
public string Email { get; set; }
|
||||
|
||||
[DataMember(Name = "username")]
|
||||
public string Username { get; set; }
|
||||
public string? Username { get; set; }
|
||||
|
||||
[DataMember(Name = "message")]
|
||||
public string Message { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user