diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-09-16 09:57:07 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-09-16 09:57:07 +0000 |
| commit | 16b82499539994dc179c9b746027e653ac91d1eb (patch) | |
| tree | 3a9c108162e8bf12d6f5f63caa470e4a7dbde170 | |
| parent | 01c52d5e20cec05e4f0a835b181153abb50ec1d8 (diff) | |
| download | users-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.tpl | 11 |
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} |
