diff --git a/app/Model/Server.php b/app/Model/Server.php index 7d5bf6ce7..c5cc8681c 100644 --- a/app/Model/Server.php +++ b/app/Model/Server.php @@ -5704,7 +5704,7 @@ class Server extends AppModel 'remember_seen_ips_authkeys' => [ 'level' => self::SETTING_RECOMMENDED, 'description' => __('Store IP addresses used to make API calls with an AuthKey against this AuthKey in the database.'), - 'value' => false, + 'value' => true, 'test' => 'testBool', 'type' => 'boolean', 'null' => true