mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
feat(attendance): make captcha requirement configurable
- add Filament toggle to control whether attendance check-in requires captcha - persist the toggle under captcha.attendance.enabled with sensible defaults Signed-off-by: Qi HU <github@spcsky.com>
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',
|
||||
|
||||
@@ -185,6 +185,10 @@ return [
|
||||
'size_normal' => '普通',
|
||||
'size_compact' => '紧凑',
|
||||
],
|
||||
'attendance' => [
|
||||
'enabled' => '启用签到验证码',
|
||||
'enabled_help' => '开启后,用户每天签到前必须完成验证码验证。',
|
||||
],
|
||||
],
|
||||
'meilisearch' => [
|
||||
'tab_header' => 'Meilisearch',
|
||||
|
||||
@@ -144,6 +144,10 @@ return [
|
||||
'size_normal' => '一般',
|
||||
'size_compact' => '緊湊',
|
||||
],
|
||||
'attendance' => [
|
||||
'enabled' => '啟用簽到驗證碼',
|
||||
'enabled_help' => '啟用後,使用者簽到前必須完成驗證碼驗證。',
|
||||
],
|
||||
],
|
||||
'meilisearch' => [
|
||||
'tab_header' => 'Meilisearch',
|
||||
|
||||
Reference in New Issue
Block a user