captcha strong
This commit is contained in:
parent
0ae97913ee
commit
0535dc951b
@ -16,7 +16,7 @@
|
||||
<div class="row">
|
||||
<div class="col12 textAlignCenter">
|
||||
<?php echo template::captcha('userLoginCaptcha', [
|
||||
'limit' => $this->getData(['config','captchaStrong'])
|
||||
'limit' => $this->getData(['config','connect', 'captchaStrong'])
|
||||
]); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="row">
|
||||
<div class="col12">
|
||||
<?php echo template::captcha('blogArticleCaptcha', [
|
||||
'limit' => $this->getData(['config','captchaStrong'])
|
||||
'limit' => $this->getData(['config','connect', 'captchaStrong'])
|
||||
]); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -47,7 +47,7 @@
|
||||
<div class="row">
|
||||
<div class="col12 textAlignCenter">
|
||||
<?php echo template::captcha('formCaptcha', [
|
||||
'limit' => $this->getData(['config','captchaStrong'])
|
||||
'limit' => $this->getData(['config','connect', 'captchaStrong'])
|
||||
]); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user