控制器修改php
D:\cmf\thinkcmf\app\admin\controller\PublicController.phphtml
註釋app
/* $captcha = $this->request->param('captcha');
if (empty($captcha)) {
$this->error(lang('CAPTCHA_REQUIRED'));
}*/
//驗證碼
/* if (!cmf_captcha_check($captcha)) {
$this->error(lang('CAPTCHA_NOT_RIGHT'));
}*/this
模板文件orm
D:\cmf\thinkcmf\public\themes\admin_simpleboot3\admin\login.htmlhtm
註釋blog
<!-- <div class="form-group">
<div style="position: relative;">
<input type="text" name="captcha" placeholder="驗證碼" class="form-control captcha">
<captcha height="32" width="150" font-size="18"
style="cursor: pointer;position:absolute;right:1px;top:1px;"/>
</div>
</div>-->input