aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2010-01-17 16:37:58 +0000
committerHenry Sudhof <kellanved@phpbb.com>2010-01-17 16:37:58 +0000
commit9532ba3c3d67a8cf250e8e7e6bd4f31da82c11e3 (patch)
tree1a27768f8bde35f458020480b133077928467a93 /phpBB/adm
parent1f59edf140b7910ccb1ea62510a9d93b774f123e (diff)
downloadforums-9532ba3c3d67a8cf250e8e7e6bd4f31da82c11e3.tar
forums-9532ba3c3d67a8cf250e8e7e6bd4f31da82c11e3.tar.gz
forums-9532ba3c3d67a8cf250e8e7e6bd4f31da82c11e3.tar.bz2
forums-9532ba3c3d67a8cf250e8e7e6bd4f31da82c11e3.tar.xz
forums-9532ba3c3d67a8cf250e8e7e6bd4f31da82c11e3.zip
Mirror login captcha option on captcha settings
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10410 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/acp_captcha.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_captcha.html b/phpBB/adm/style/acp_captcha.html
index d31527b64d..8eee370284 100644
--- a/phpBB/adm/style/acp_captcha.html
+++ b/phpBB/adm/style/acp_captcha.html
@@ -22,6 +22,10 @@
<dd><input id="max_reg_attempts" type="text" size="4" maxlength="4" name="max_reg_attempts" value="{REG_LIMIT}" /></dd>
</dl>
<dl>
+ <dt><label for="max_login_attempts">{L_MAX_LOGIN_ATTEMPTS}:</label><br /><span>{L_MAX_LOGIN_ATTEMPTS_EXPLAIN}</span></dt>
+ <dd><input id="max_login_attempts" type="text" size="4" maxlength="4" name="max_login_attempts" value="{MAX_LOGIN_ATTEMPTS}" /></dd>
+</dl>
+<dl>
<dt><label for="enable_post_confirm">{L_VISUAL_CONFIRM_POST}:</label><br /><span>{L_VISUAL_CONFIRM_POST_EXPLAIN}</span></dt>
<dd><label><input type="radio" class="radio" id="enable_post_confirm" name="enable_post_confirm" value="1"<!-- IF POST_ENABLE --> checked="checked"<!-- ENDIF --> /> {L_ENABLED}</label>
<label><input type="radio" class="radio" name="enable_post_confirm" value="0"<!-- IF not POST_ENABLE --> checked="checked"<!-- ENDIF --> /> {L_DISABLED}</label></dd>