mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
Merge pull request #387 from specialpointcentral/attendance
Add configurable attendance CAPTCHA
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user