Hi @ingeniare
It seems you have just renamed the plugin /wp-content/plugins/all-in-one-wp-security-and-firewall to deactivate which might have settings still in database.
tables start with {tableprefix}_aiowps needs to remved also remove from wp_options having “aio”
SELECT * FROM wp_options WHERE option_name LIKE '%aio%'
https://snipboard.io/AVyaWZ.jpg
Please also remove from .htaccess all code between,
“BEGIN All In One WP Security”
“END All In One WP Security”
Also make sure that wp-config.php. , htaccess, .user.ini file in root of the wordpress installed directory do not include the aios-bootstrap.php
and remove aios-bootstrap.php from the same folder you have wp-config.php
Also remove the wp-content\uploads\aios\firewall-rules\settings.php
All done, but after reinstalling the AIOS plugin, it again blocks access to the WP panel. It says that the username or password is wrong. Where does it store the settings?
Hi @ingeniare
AIOS do not change the login functionality. so can you please cross check entered the correct username and password.
Regards
Well then I caught a bug on two sites, after activating AIOS I can not log into the admin panel under any profile. It says to me – wrong login and password, I delete AIOS, everything is ok.
I think I figured out the reason, I activated cloudflare turnstile without entering the key and now I probably can’t pass the invisible captcha.
How to pass this quest and do you have a reward, for catching the bug ?)
Hi,
I have been able to reproduce the turnstile issue.
I’m working on a fix for it now.
Best Wishes,
Ashley
Good afternoon. The bug is not fixed?