Fix more acceptance tests

This commit is contained in:
Nikolaj Geisle
2022-02-14 15:00:22 +01:00
parent 8991256306
commit ff58531aa5
2 changed files with 2 additions and 2 deletions

View File

@@ -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