mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +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:
@@ -99,6 +99,7 @@ FORCE_SCHEME=
|
||||
# Captcha settings
|
||||
# Available drivers: image, cloudflare_turnstile, google_recaptcha_v2
|
||||
CAPTCHA_DRIVER=image
|
||||
CAPTCHA_ATTENDANCE_ENABLED=true
|
||||
|
||||
# Cloudflare Turnstile keys (used when CAPTCHA_DRIVER=cloudflare_turnstile)
|
||||
TURNSTILE_SITE_KEY=
|
||||
|
||||
Reference in New Issue
Block a user