Home > Article > CMS Tutorial > When logging in to the PHPCMS backend, it prompts that the verification code is incorrect.
Problem:
When logging in to the management backend, it keeps prompting for an incorrect verification code.
Solution:
1. Open the /caches/configs/system.php file;
2. Modify the following code:
'session_storage' => 'mysql',
is:
'session_storage' => 'files',
Recommended related articles and tutorials: phpcms tutorial
The above is the detailed content of When logging in to the PHPCMS backend, it prompts that the verification code is incorrect.. For more information, please follow other related articles on the PHP Chinese website!