• Resolved javierawkz

    (@javierawkz)


    Hi, I was setting the plugin and activated a https option. It logged me off, and now it’s asking for a user and password that is not the WP admin credentials, so I dont know how access. I went to the cpanel, deleted aios plugin and its database, but still can’t access.

    Any help? Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @javierawkz,

    You must enter a username and password if you have enabled the HTTP authentication. If you do not set a username and password default username and password is default as per below screen shot.

    https://snipboard.io/taB6Sd.jpg

    If you have latest version of AIOS 5.3.5+ It has below constant added which allows to disable http authentication by adding constant in wp-config.php file.

    define('AIOS_DISABLE_HTTP_AUTHENTICATION', true);

    If you have renamed the AIOS plugin the folder /wp-content/plugins/all-in-one-wp-security-and-firewall (or deleted) It should disable the HTTP authentication you do not required. Installing again have the issue might be in database aio_wp_security_configs not deleted.

    SELECT * FROM wp_options WHERE option_name LIKE '%aio%'

    https://snipboard.io/AVyaWZ.jpg

    You can use above constant and install again the AIOS plugin it should not ask for the HTTP authentication.

Viewing 1 replies (of 1 total)

The topic ‘Unauthorized’ is closed to new replies.