1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 17:28:23 +03:00

Исправлен вывод каптчи в форме регистрации

This commit is contained in:
Denis Shakhov 2015-10-06 23:29:50 +07:00
parent c143e21486
commit 8f7bf6899c

View file

@ -36,11 +36,13 @@
label = $aLang.auth.registration.form.fields.password_confirm.label}
{* Каптча *}
{component 'field' template='captcha'
type = Config::Get('sys.captcha.type')
name = 'captcha'
captchaName = 'user_signup'
label = $aLang.auth.labels.captcha}
{if Config::Get('module.user.captcha_use_registration')}
{component 'field' template='captcha'
type = Config::Get('sys.captcha.type')
name = 'captcha'
captchaName = 'user_signup'
label = $aLang.auth.labels.captcha}
{/if}
{hook run='form_registration_end'}