forked from ZwiiCMS-Team/ZwiiCMS
minor fix
This commit is contained in:
parent
227b3943a3
commit
645cb7fef5
@ -100,8 +100,8 @@
|
||||
]); ?>
|
||||
</div>
|
||||
<div class="col4 verticalAlignBottom">
|
||||
<?php echo template::checkbox('configConnectCaptcha10', true, 'Captcha renforcé', [
|
||||
'checked' => $this->getData(['config', 'connect','captcha10']),
|
||||
<?php echo template::checkbox('configCaptchaStrong', true, 'Captcha renforcé', [
|
||||
'checked' => $this->getData(['config','captchaStrong']),
|
||||
'help' => 'Option recommandée pour sécuriser la connexion. S\'applique à tous les captchas du site.'
|
||||
]); ?>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user