Wedge

Public area => Documentation => Topic started by: live627 on February 2nd, 2014, 02:15 AM

Title: Disable administration security
Post by: live627 on February 2nd, 2014, 02:15 AM
This disables the additional password check for the administration section. Not recommended!

Enter this query into phpMyAdmin:

Code: [Select]
INSERT INTO `wedge_settings` (`variable`, `value`) VALUES ('securityDisable', '1');