Home  >  Article  >  Backend Development  >  destoon出现验证码不显示时的紧急处理方法_php实例

destoon出现验证码不显示时的紧急处理方法_php实例

WBOY
WBOYOriginal
2016-06-07 17:16:38851browse

很多destoon开发人员都遇到过验证码不显示的情况,本文就来讲述一下遇到这种情况的紧急处理方法。具体如下:

如果你启用验证码以后,后台又登陆不了,取消不了。那么可以试试下面的办法:

找到module.php文件,
在3.0下为: cache/module.php 。
在4.0下为:file/cache/module.php 。
打开该文件,可以查找'captcha_admin'  修改后面的数字为0
比如:

'captcha_admin' => '0'

修改完以后,你的后台登陆就没有验证码了。
这时候就可以进入后台后把验证码取消,再更新缓存即可!

希望本文所述方法对大家能有所帮助。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn