fix: [authkeys] AuthKey IP logging enabled by default #9339

pull/9432/head
Christophe Vandeplas 2023-11-22 15:49:41 +01:00
parent dc73287ee2
commit 03729fbd37
1 changed files with 1 additions and 1 deletions

View File

@ -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