feat(attendance): enforce captcha validation before check-in

- require a successful captcha challenge before recording the day’s attendance
- preserve the original attendance summary layout after a successful check-in

Signed-off-by: Qi HU <github@spcsky.com>
This commit is contained in:
Qi HU
2025-10-13 15:57:41 +08:00
parent 10edaea0f2
commit 908b4b19ea
4 changed files with 106 additions and 74 deletions
+1
View File
@@ -13,4 +13,5 @@ $lang_attendance = array
'retroactive_event_text' => 'Re',
'retroactive_confirm_tip' => 'Confirm to attend: ',
'retroactive_description' => 'Click on the dot on the white background to do attend. You currently have a attendance card <b>%d</b>.',
'attend_button' => 'Check in now',
);