summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-09-16 09:57:07 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-09-16 09:57:07 +0000
commit16b82499539994dc179c9b746027e653ac91d1eb (patch)
tree3a9c108162e8bf12d6f5f63caa470e4a7dbde170
parent01c52d5e20cec05e4f0a835b181153abb50ec1d8 (diff)
downloadusers-16b82499539994dc179c9b746027e653ac91d1eb.tar.gz
users-16b82499539994dc179c9b746027e653ac91d1eb.tar.bz2
users-16b82499539994dc179c9b746027e653ac91d1eb.zip
use the captcha smary plugin for user registration as well
-rw-r--r--templates/register.tpl11
1 files changed, 1 insertions, 10 deletions
diff --git a/templates/register.tpl b/templates/register.tpl
index 6a5b37c..1449d5e 100644
--- a/templates/register.tpl
+++ b/templates/register.tpl
@@ -190,16 +190,7 @@
{if $gBitSystem->isFeatureActive('users_random_number_reg')}
<hr />
-
- {captcha variant=row}
-
- <div class="row">
- {formlabel label="Registration code" for="regcode"}
- {forminput}
- <input type="text" maxlength="8" size="8" name="captcha" id="captcha" /> <acronym title="{tr}Required{/tr}">*</acronym>
- {formhelp note="Please copy the code above into this field. This is a security feature to avoid automatic registration by bots."}
- {/forminput}
- </div>
+ {captcha force=true variant=row}
{/if}
{if $groupList}