diff --git a/lib/private/Config/PresetManager.php b/lib/private/Config/PresetManager.php index e35f193b2ca..c75212b7156 100644 --- a/lib/private/Config/PresetManager.php +++ b/lib/private/Config/PresetManager.php @@ -243,11 +243,15 @@ class PresetManager { 'disabled' => []], Preset::SHARED => [ - 'enabled' => ['external','twofactor_backupcodes','twofactor_totp','twofactor_webauthn'], + 'enabled' => ['external','twofactor_backupcodes','twofactor_totp','twofactor_webauthn', 'user_migration'], 'disabled' => ['user_status']], Preset::PRIVATE => [ - 'enabled' => ['twofactor_backupcodes','twofactor_totp','twofactor_webauthn'], + 'enabled' => ['twofactor_backupcodes','twofactor_totp','twofactor_webauthn', 'user_migration'], + 'disabled' => []], + Preset::CLUB, Preset::FAMILY, Preset::SCHOOL, Preset::UNIVERSITY, + => [ + 'enabled' => ['user_migration'], 'disabled' => []], default => ['enabled' => [], 'disabled' => []], };