Merge branch 'master' into 10400

This commit is contained in:
Fred Tempez 2020-10-22 19:20:42 +02:00
commit 2fd69d0950
1 changed files with 2 additions and 2 deletions

View File

@ -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>