Disable Admin Captcha
Since on the current version admin captcha config is stored on database. To activate / deactivate you have to modify it on the database. On the next version, this will be stored on config file such as the older version, but for submission and contact captcha is still placed on the database
Run this in your phpMyAdmin
UPDATE config SET config_value = '0' WHERE config_name = 'image_verification_admin_login';
gimana maksudnya “run this in your phpmyadmin” mas?
ke file mana yang diedit?
Translation : What did you mean with “run this in your phpmyadmin”?
Which file i should edit?
yayan
26 Nov 09 at 6:03 pm
Pertama buka cPanel, bang. Lalu buka phpMyAdmin.
(Open your cPanel, and open your phpMyAdmin).
ProxyCoder.com
27 Nov 09 at 12:26 pm