• Resolved Nenesse

    (@nenesse)


    Hi,

    I can’t log into my website because I have an Content Security Policy error (default-src) on Google ReCaptcha and it does not load.

    So I have renamed the folder and I am able to log in again.
    But Once I renamed the folder and reactivated the plugin, I am instantly unlogged because my session has expired (I set maximum time session 120minutes), even if it’s not really expired.
    Then, I have of course Google Recaptcha error.

    So I have renamed the folder and I am able to log in again.
    I have installed reset plugin but If I click on settings, I have a message states that I do not have the rights to access this page.
    I think it’s because AIOSP is disable but, if I enable it, I’m instantly unlogged.

    I’m stuck in a loop and I can’t reset AIOSP settings.

    Please, tell me there is a way to disable Google Recaptcha settings in AIOSP in database?

    Thanks for your help

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support vupdraft

    (@vupdraft)

    Follow the instructions below carefully.

    – FTP to your host and delete the plugin’s folder. Although this is normally carried out when you deactivate and delete the plugin as the website administrator.

    – FTP the .htaccess file from your site to your computer and edit and remove all the code between and including the following tags: Make sure you upload the .htaccess file back into the same location you downloaded the file from via FTP.

    # BEGIN All In One WP Security
    # END All In One WP Security

    – Log into phpMyAdmin and locate the database for the website you are working on. Look for any table entry with the following name aiowps and delete those tables. There should be 6 tables associated with this plugin, in addition to the options settings. There will also be other entries for transients and plugin version etc. The following is a list of tables and entries found in the database.

    Note: You might like to check the following URL: https://mbrsolution.com/wordpress/remove-all-in-one-wp-security-database-tables.php to learn how to search for the plugins tables in your database.

    | aiowps_events |
    | aiowps_failed_logins |
    | aiowps_global_meta |
    | aiowps_login_activity |
    | aiowps_login_lockdown |
    | aiowps_permanent_block |
    | commentmeta |
    | comments |

    -There are other aiowps settings saved in the WordPress “options” table, under the option name “aio_wp_security_configs”. You should also delete the “aio_wp_security_configs” row in the options table.

    The above steps will delete the plugin completely from your database and allow you to start from scratch.

    Thread Starter Nenesse

    (@nenesse)

    hello, I managed to regain control of my website. Thank you very much for your help, I will keep the tutorial in a safe place.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stuck with Google ReCaptcha’ is closed to new replies.