Step 1: Login to your phpMyAdmin.
Step 2: Select the IWP database.
Step 3: Run this query on the iwp_options db -
UPDATE iwp_options SET optionValue = 'authNone' WHERE optionName = 'loginAuthType';
Modified on: Wed, 9 Sep, 2015 at 11:05 AM
Step 1: Login to your phpMyAdmin.
Step 2: Select the IWP database.
Step 3: Run this query on the iwp_options db -
UPDATE iwp_options SET optionValue = 'authNone' WHERE optionName = 'loginAuthType';
Did you find it helpful? Yes No
Send feedback