captcha strong

This commit is contained in:
Fred Tempez 2021-10-30 18:45:17 +02:00
parent 0ae97913ee
commit 0535dc951b
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
<div class="row"> <div class="row">
<div class="col12 textAlignCenter"> <div class="col12 textAlignCenter">
<?php echo template::captcha('userLoginCaptcha', [ <?php echo template::captcha('userLoginCaptcha', [
'limit' => $this->getData(['config','captchaStrong']) 'limit' => $this->getData(['config','connect', 'captchaStrong'])
]); ?> ]); ?>
</div> </div>
</div> </div>

View File

@ -116,7 +116,7 @@
<div class="row"> <div class="row">
<div class="col12"> <div class="col12">
<?php echo template::captcha('blogArticleCaptcha', [ <?php echo template::captcha('blogArticleCaptcha', [
'limit' => $this->getData(['config','captchaStrong']) 'limit' => $this->getData(['config','connect', 'captchaStrong'])
]); ?> ]); ?>
</div> </div>
</div> </div>

View File

@ -47,7 +47,7 @@
<div class="row"> <div class="row">
<div class="col12 textAlignCenter"> <div class="col12 textAlignCenter">
<?php echo template::captcha('formCaptcha', [ <?php echo template::captcha('formCaptcha', [
'limit' => $this->getData(['config','captchaStrong']) 'limit' => $this->getData(['config','connect', 'captchaStrong'])
]); ?> ]); ?>
</div> </div>
</div> </div>