You can run this query to reset to the standard authorization. YOu may need to delete /cache/data_global.php to force this to take effect.
- Code: Select all
UPDATE phpbb_config SET config_value = 'db' WHERE config_name = 'auth_method'
As far as a way to test auth methods, you pretty well do need to enable them to test. You could manually manage sessions to log yourself in if needed (phpbb_sessions table, alter the session_user_id column to your admin account). I've used that method in the past.