aporter
Forum Replies Created
-
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] locked up by OTPHi,
You can add this to your wp-config.php
define(‘TWO_FACTOR_DISABLE’, true);
Then remove it when you want to turn it back on.Best Wishes,
AshleyHi,
This is fixed in our development version, which you can download here if you wanted.
https://gofile.io/d/iGXUyS
It contains the previous fix and this one.Best Wishes,
AshleyHi,
This appears to be coming from the pre release version you have installed.
I’m looking into fixing this now.
Best Wishes,
AshleyForum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Cant Access My DashboardHi,
If you login via FTP/SFTP you can remove or rename the AIOS plugin from wp-content/plugins
This will deactivate the plugin.If it doesn’t resolve your issue then the problem is not coming from AIOS.
You should check the browser developer console for errors:
https://updraftplus.com/faqs/how-do-i-open-my-browsers-developer-tools/
And also check your PHP error logs for any issues.If there are an errors these will tell you exactly whats wrong.
Best Wishes,
AshleyHi,
This is currently not possible in the plugin.
But it is in our internal task tracking system as a feature request.
I can’t currently give an ETA on when this will be implemented and released.
Best Wishes,
AshleyForum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Google calendarHi,
What settings have you enabled in AIOS?
It’s possible that you’ve set some strict security rules that are blocking your users.
For example you’ve turned on the login whitelist feature and included your own IP address but now no one else can login.
You can check if it’s an AIOS feature causing the 403 by disabling the plugin, if it then works you need to enable the plugin again and find what rule is causing it.
You can narrow done the rule by disabling one rule at a time until you find the one causing the problem.
Once you find the issue you can then work out if you do really want that feature enabled or if you need to tweak it’s configuration.
Best Wishes,
AshleyHi Max,
This is not currently possible in the plugin.
I will add a task to our internal task tracker to look at this.
For now you could edit the code yourself in the file:
wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-loaded-tasks.phpOn line 54, replace that line with the following:
if (is_user_logged_in() && (current_user_can('manage_options') || current_user_can('Shop Manager'))) {Note if the plugin updates that line will get reset.
Best Wishes,
AshleyForum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Cloudflare TurnstileHi,
Just a update, this has been implemented in our development version and will be included in the next release.
The next release will be released by the end of the month.
Best Wishes,
AshleyHi,
The changes in version 5.1.3 were to prevent settings files from potentially being indexed by search engines if the user does not finish importing the settings (which deletes the import file).
We also tried to clean up and improve the user experience by reducing the amount of options and steps needed to restore files/settings.
With the current version no files are uplaoded to the server, when a file is selected it is read by the browser and the file contents are then sent to the backend (So it’s the same functionality as the previous settings text box, but without the need to manually open the file then copy and paste the contents).
Best Wishes,
AshleyHi,
To further prevent brute-force attacks you could make use of the login whitelist if you have a set of static IPs that the admins login from.
The Honeypot feature to try and block bot users.
Turning on a CAPTCHA.
Or you could try the cookie based login feature.
All these can be found in WP Security -> Brute Force
Best Wishes,
Ashley
Hi,
Sorry about the delay.
Right now theres no AIOS WP_CLI commands (it is something we are working on).
So you will need to edit the database to add a new IP to the whitelist
In your options table (e.g wp_options)
Look for the option “aio_wp_security_configs”
Edit that value then look for “aiowps_allowed_ip_addresses”
This is where you want to add your new IP or change it from the old one.
Let me know if you need any more help.
Best Wishes,
Ashley
- This reply was modified 3 years, 5 months ago by aporter.
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Warning!!!Hi,
That topic has been marked as resolved because the release of AIOS 5.1.2 fixed them notices.
Please can you make sure your on the latest version of the plugin?
If it’s actually a different problem your getting then please let me know what it is.
Also provide any relevant information or error logs.
Best Wishes,
Ashley
Hi,
No need to resubmit I’ve found your support ticket.
I’ve assigned it to the team member whos handling the migration so as soon as she comes in tomorrow morning it should get resolved for you.
Best Wishes,
Ashley
Hi,
Sorry about the inconvenience caused.
Previous customers of site-scanners should have had multiple emails about being moved from site-scanners to aiosplugin.com.
If you’ve not had any emails could you open a premium support request here:
https://aiosplugin.com/premium-support/
Put zeros for the order number.
Can you include any relevant information about your previous account with site-scanners and a link to this support topic.
The team member who has been dealing with the migration is based in the UK so this should get resolved for you tomorrow morning UK time.
Best Wishes,
Ashley
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] What the hell is this?Hi,
With the new release that just went out all links to:
https://www.tipsandtricks-hq.com/
https://site-scanners.com/Have now been removed and point to the relevant places on the aiosplugin.com website.
Best Wishes,
Ashley