• Resolved ingeniare

    (@ingeniare)


    Hello. After applying the AIOS settings, the plugin does not let me into the wordpress panel, says wrong login or password. I uninstall the plugin and clear the database to reset the AIOS settings. But they are saved somewhere and I can’t reset the default AIOS settings.
    If I activate the plugin, I immediately get kicked out of the panel and won’t let me log in.
    The plugin is very good, but I have encountered this problem on 2 sites. How can I reset the AIOS settings and configure it as new without accessing the WordPress panel?
    Thanks.

    • This topic was modified 1 year, 10 months ago by ingeniare.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    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

    Thread Starter ingeniare

    (@ingeniare)

    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?

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @ingeniare

    AIOS do not change the login functionality. so can you please cross check entered the correct username and password.

    Regards

    Thread Starter ingeniare

    (@ingeniare)

    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.

    Thread Starter ingeniare

    (@ingeniare)

    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 ?)

    Plugin Support aporter

    (@aporter)

    Hi,

    I have been able to reproduce the turnstile issue.

    I’m working on a fix for it now.

    Best Wishes,

    Ashley

    Thread Starter ingeniare

    (@ingeniare)

    Good afternoon. The bug is not fixed?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Resetting AIOS settings without panel access’ is closed to new replies.