onnuex
Forum Replies Created
-
Forum: Plugins
In reply to: [Login Lockdown & Protection] Configure options via wp-config.php?Thank you @talextech for the fast reply!
I’m using NixOS and planning on packaging the login-lockdown plugin. The nice thing about NixOS is that you can configure your WordPress instance automatically deploy it.
I added a section on security hardening which automatically install plugins and activates them which enhances login security. I would like to add login-lockdown to it https://nixos.wiki/wiki/Wordpress#Security_hardening
It would be nice to configure the options through
wp-config.phpso we could use it in NixOS like this:settings = { LOGIN_LOCKDOWN_MAX_RETRIES = 3; LOGIN_LOCKDOWN_RETRY_TIME_PERIOD = 5; LOGIN_LOCKDOWN_MASK_ERRORS = true; };Forum: Plugins
In reply to: [Widgets for Google Reviews] Settings page brokenOkay I found the conflicting plugin: Page Optimize ( https://ww.wp.xz.cn/plugins/page-optimize/ ).
It is enabled by default on hosted WordPress instances. After disabling it, your plugin displays fine. I’m not sure how to make an exception for Trustindex plugins 🙁Forum: Plugins
In reply to: [Widgets for Google Reviews] Settings page brokenThank you Tom for the fast response!
We only installed “Widgets for Google Reviews” in version 6.8 so far.
The troubleshooting page looks a bit messy because of the missing css but here’s a screenshot https://nextcloud.project-insanity.org/s/gQqCQacQWSryLcrSince we have an hosted setup on WordPress.com I’m not sure how we could get web logs. I could try to ask the WordPress-support 🙂
Best regards
Jonas