Keep legacy authorization enabled

This commit is contained in:
Niels van Velzen
2026-05-03 22:20:24 +02:00
parent 622947e374
commit b8e25b49b3
2 changed files with 1 additions and 33 deletions

View File

@@ -287,5 +287,5 @@ public class ServerConfiguration : BaseApplicationConfiguration
/// <summary>
/// Gets or sets a value indicating whether old authorization methods are allowed.
/// </summary>
public bool EnableLegacyAuthorization { get; set; }
public bool EnableLegacyAuthorization { get; set; } = true;
}