This article mainly introduces the Emergency Handling Method When destoon does not display the verification code, which is very practical. If you need it, you can refer to the situation where many destoon developers have encountered the problem of not displaying the verification code, this article describes how to handle emergencies in this situation. The details are as follows:
If you enable the verification code, you cannot log on to the background and cannot cancel it. You can try the following method:
Find the module. php file,
In 3.0, It is cache/module. php.
File/cache/module. php In 4.0.
Open the file and find 'captcha _ admin'. the number after the modification is 0.
For example:
'Captcha _ admin' => '0'
After modification, your background login will have no verification code.
At this time, you can go to the background and cancel the verification code, and then update the cache!
I hope this method will be helpful to you.