Hi @boybawang,
The secret word needs to be used here. Please let me know if you still can’t log in after using it.
Could you also check that cookies are enabled in your browser?
https://snipboard.io/r4mGsA.jpg
Regards
@hjogiupdraftplus – Yes, I have cookies enabled in my browser and verified that I’m using the secret password in that field. I still have problems logging in when I set that cookie. What is the name of the cookie? I’d like to search my browser and see if it’s set.
EDIT: When I viewed Chrome Dev Tools (Network tab), it showed that the URL for the cookie is being blocked (403 Forbidden). When I deactivate the AIOS plugin, that same URL is not blocked. It shows a 200 header response.
EDIT2: If I disable the option for Enable IP whitelisting within the Login whitelist tab, it works fine. Is this a known issue?
-
This reply was modified 1 month ago by
boybawang.
-
This reply was modified 1 month ago by
boybawang.
Hi @boybawang,
If you have the Brute Force → Login Allowlist feature enabled, accessing the site using {site_url}?{secret_word}=1 may show a 403 Forbidden error if you’re connecting from an IP address that isn’t on the allowlist.
Please check your IP address using https://whatismyipaddress.com/ if you are accessing it through a browser. You may use the constant below to disable it.
define( 'AIOS_DISABLE_LOGIN_WHITELIST', true );
Regards
@hjogiupdraftplus – If I’m the only person who logs into my site, should I just disable the Enable IP whitelisting within the Login whitelist tab?
Hi @boybawang,
If you do not have a static IP address ( same all the time ) internet connection. You should disable the Login whitelist feature.
If the IP address does not match, it will show the 403 error.
Regards