Revert files that shouldn't change back in v11

This commit is contained in:
Sebastiaan Janssen
2022-09-19 16:37:24 +02:00
parent 85147fb5e8
commit db5d05d641
201 changed files with 933 additions and 1859 deletions

View File

@@ -11,7 +11,7 @@ public class ChangingPasswordModel
/// The password value
/// </summary>
[DataMember(Name = "newPassword")]
public string? NewPassword { get; set; }
public required string NewPassword { get; set; }
/// <summary>
/// The old password - used to change a password when: EnablePasswordRetrieval = false