chg: [user] Update store api access time setting description (#9313)

Api access time is stored once per hour by default (since commit a5f5a4e113), making the old description of this setting incorrect.
feature/workflow-module/publish-event
Jeroen Pinoy 2023-10-04 19:47:24 +02:00 committed by GitHub
parent b33720aa46
commit 70ee84fdbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5615,7 +5615,7 @@ class Server extends AppModel
),
'store_api_access_time' => array(
'level' => 1,
'description' => __('If enabled, MISP will capture the last API access time following a successful authentication using API keys, stored against a user under the last_api_access field.'),
'description' => __('If enabled, MISP will capture a users\' last API access time following every successful authentication using API keys (as opposed to once max per hour by default). Stored as last_api_access time for the user.'),
'value' => false,
'test' => 'testBool',
'type' => 'boolean',