mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
captcha 애드온에 인증 메일 재발송 기능에 대해서도 가로채서 봇/프로그램 체크 유무를 확인할 수 있도록 하는 기능을 추가.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6592 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
db3d7cff95
commit
5d0920c2f4
2 changed files with 26 additions and 3 deletions
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
$target_acts = array('procBoardInsertDocument','procBoardInsertComment','procIssuetrackerInsertIssue','procIssuetrackerInsertHistory');
|
||||
if($addon_info->apply_find_account=='apply') $target_acts[] = 'procMemberFindAccount';
|
||||
if($addon_info->apply_resend_auth_mail=='apply') $target_acts[] = 'procMemberResendAuthMail';
|
||||
|
||||
Context::addHtmlHeader('<script type="text/javascript"> var captchaTargetAct = new Array("'.implode('","',$target_acts).'"); </script>');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue