mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
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:
@@ -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',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user