• Resolved nulifemultimedia

    (@nulifemultimedia)


    After changing my wp-login url I was locked out of my site. I was able to disable the plugin and log back in. I want to delete the plugin but i want to make sure that all the settings from it are also reset.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @nulifemultimedia,

    If you have renamed login page url that should be used to login. If you have forgot then aio_wp_security_configs option name of wp_options table will have it value as aiowps_login_page_slug .

    In extra of remove the plugins files /wp-content/plugins/all-in-one-wp-security-and-firewall,
    /wp-content/mu-plugins/aios-firewall-loader.php
    tables start with {tableprefix}_aiowps needs to removed 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
    and wp-content\uploads\aios\firewall-rules\allowlist.php
    Let me know if still any issue.

    Regards

    Thread Starter nulifemultimedia

    (@nulifemultimedia)

    Thanks for your feedback. This looks like a lot. ALternatively can i stop it from redirecting me if i reactivate the plugin. When i put the new URL i set im locked out. I also came across a plugin “All In One WP Security Reset Settings Plugin” Does this still work?

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @nulifemultimedia,

    If login lockout is still there you can define below constant in wp-config.php file.

    define('AIOS_DISABLE_LOGIN_LOCKOUT', true);

    All In One WP Security Reset Settings Plugin will not work.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.