mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
#18820393 : add captcha for signup
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7392 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d02f39171b
commit
314dbb6ba7
2 changed files with 44 additions and 9 deletions
|
|
@ -21,6 +21,7 @@
|
||||||
$target_acts = array('procBoardInsertDocument','procBoardInsertComment','procIssuetrackerInsertIssue','procIssuetrackerInsertHistory','procTextyleInsertComment');
|
$target_acts = array('procBoardInsertDocument','procBoardInsertComment','procIssuetrackerInsertIssue','procIssuetrackerInsertHistory','procTextyleInsertComment');
|
||||||
if($addon_info->apply_find_account=='apply') $target_acts[] = 'procMemberFindAccount';
|
if($addon_info->apply_find_account=='apply') $target_acts[] = 'procMemberFindAccount';
|
||||||
if($addon_info->apply_resend_auth_mail=='apply') $target_acts[] = 'procMemberResendAuthMail';
|
if($addon_info->apply_resend_auth_mail=='apply') $target_acts[] = 'procMemberResendAuthMail';
|
||||||
|
if($addon_info->apply_signup=='apply') $target_acts[] = 'procMemberInsert';
|
||||||
|
|
||||||
Context::addHtmlHeader('<script type="text/javascript"> var captchaTargetAct = new Array("'.implode('","',$target_acts).'"); </script>');
|
Context::addHtmlHeader('<script type="text/javascript"> var captchaTargetAct = new Array("'.implode('","',$target_acts).'"); </script>');
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,17 +34,17 @@
|
||||||
<description xml:lang="zh-TW">
|
<description xml:lang="zh-TW">
|
||||||
此元件可防止機器人程式的垃圾留言,非註冊用戶在討論板/問題追蹤發表主題或評論時,必須要先選對畫面中所顯示的圖案才能發表。
|
此元件可防止機器人程式的垃圾留言,非註冊用戶在討論板/問題追蹤發表主題或評論時,必須要先選對畫面中所顯示的圖案才能發表。
|
||||||
</description>
|
</description>
|
||||||
<version>0.1</version>
|
<version>0.2</version>
|
||||||
<date>2009-02-20</date>
|
<date>2009-02-20</date>
|
||||||
|
|
||||||
<author email_address="zero@zeroboard.com" link="http://blog.nzeo.com">
|
<author email_address="developers@xpressengine.com" link="http://www.xpressengine.com">
|
||||||
<name xml:lang="ko">zero</name>
|
<name xml:lang="ko">XE</name>
|
||||||
<name xml:lang="zh-CN">zero</name>
|
<name xml:lang="zh-CN">XE</name>
|
||||||
<name xml:lang="jp">zero</name>
|
<name xml:lang="jp">XE</name>
|
||||||
<name xml:lang="zh-TW">zero</name>
|
<name xml:lang="zh-TW">XE</name>
|
||||||
<name xml:lang="en">zero</name>
|
<name xml:lang="en">XE</name>
|
||||||
<name xml:lang="ru">zero</name>
|
<name xml:lang="ru">XE</name>
|
||||||
<name xml:lang="vi">zero</name>
|
<name xml:lang="vi">XE</name>
|
||||||
</author>
|
</author>
|
||||||
|
|
||||||
<extra_vars>
|
<extra_vars>
|
||||||
|
|
@ -184,5 +184,39 @@
|
||||||
<title xml:lang="vi">Áp dụng</title>
|
<title xml:lang="vi">Áp dụng</title>
|
||||||
</options>
|
</options>
|
||||||
</var>
|
</var>
|
||||||
|
<var name="apply_signup" type="select">
|
||||||
|
<title xml:lang="ko">회원 가입 적용</title>
|
||||||
|
<title xml:lang="zh-CN">Apply to member signup</title>
|
||||||
|
<title xml:lang="jp">인증 메일 재발송 적용</title>
|
||||||
|
<title xml:lang="zh-TW">인증 메일 재발송 적용</title>
|
||||||
|
<title xml:lang="en">Apply to member signup</title>
|
||||||
|
<title xml:lang="ru">Apply to member signup</title>
|
||||||
|
<title xml:lang="vi">Apply to member signup</title>
|
||||||
|
<description xml:lang="ko">적용으로 하시면 회원가입 기능에도 적용되어 악의적인 봇(또는 프로그램)의 회원가입을 막을 수 있습니다.</description>
|
||||||
|
<description xml:lang="zh-CN">적용으로 하시면 회원가입 기능에도 적용되어 악의적인 봇(또는 프로그램)의 회원가입을 막을 수 있습니다.</description>
|
||||||
|
<description xml:lang="jp">적용으로 하시면 회원가입 기능에도 적용되어 악의적인 봇(또는 프로그램)의 회원가입을 막을 수 있습니다.</description>
|
||||||
|
<description xml:lang="zh-TW">If you set this option as apply, CAPTCHA will work for signup action, too.</description>
|
||||||
|
<description xml:lang="en">If you set this option as apply, CAPTCHA will work for signup action, too.</description>
|
||||||
|
<description xml:lang="ru">If you set this option as apply, CAPTCHA will work for signup action, too.</description>
|
||||||
|
<description xml:lang="vi">If you set this option as apply, CAPTCHA will work for signup action, too.</description>
|
||||||
|
<options value="">
|
||||||
|
<title xml:lang="ko">적용하지 않음</title>
|
||||||
|
<title xml:lang="zh-CN">不启用</title>
|
||||||
|
<title xml:lang="jp">적용하지 않음</title>
|
||||||
|
<title xml:lang="zh-TW">적용하지 않음</title>
|
||||||
|
<title xml:lang="en">Not apply</title>
|
||||||
|
<title xml:lang="ru">Not apply</title>
|
||||||
|
<title xml:lang="vi">Không áp dụng</title>
|
||||||
|
</options>
|
||||||
|
<options value="apply">
|
||||||
|
<title xml:lang="ko">적용</title>
|
||||||
|
<title xml:lang="zh-CN">启用</title>
|
||||||
|
<title xml:lang="jp">적용</title>
|
||||||
|
<title xml:lang="zh-TW">적용</title>
|
||||||
|
<title xml:lang="en">Apply</title>
|
||||||
|
<title xml:lang="ru">Apply</title>
|
||||||
|
<title xml:lang="vi">Áp dụng</title>
|
||||||
|
</options>
|
||||||
|
</var>
|
||||||
</extra_vars>
|
</extra_vars>
|
||||||
</addon>
|
</addon>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue