Merge pull request #387 from specialpointcentral/attendance

Add configurable attendance CAPTCHA
This commit is contained in:
xiaomlove
2025-10-14 15:04:51 +07:00
committed by GitHub
10 changed files with 165 additions and 73 deletions
+4
View File
@@ -144,6 +144,10 @@ return [
'size_normal' => 'Normal',
'size_compact' => 'Compact',
],
'attendance' => [
'enabled' => 'Require captcha for attendance check-in',
'enabled_help' => 'When enabled, members must solve the captcha before signing in.',
],
],
'meilisearch' => [
'tab_header' => 'Meilisearch',