New: Require password confirmation when setting or changing password

(cherry picked from commit b248163df598dc611ee919d525eb7357256d73d5)
This commit is contained in:
Mark McDowall
2023-11-18 18:51:23 -08:00
committed by Bogdan
parent 7fa4daae9b
commit 26a657fa77
6 changed files with 58 additions and 7 deletions
@@ -19,6 +19,7 @@ namespace Prowlarr.Api.V1.Config
public bool AnalyticsEnabled { get; set; }
public string Username { get; set; }
public string Password { get; set; }
public string PasswordConfirmation { get; set; }
public string LogLevel { get; set; }
public string ConsoleLogLevel { get; set; }
public string Branch { get; set; }