Moe Himed
Forum Replies Created
-
Forum: Plugins
In reply to: [QuadMenu - Mega Menu] Active Security Risk From Outdated Bundled ReduxHi guys. Just wanted to follow up here — I’m experiencing the same security issue with the bundled Redux version in QuadMenu.
Given the potential exposure via admin-ajax endpoints, this seems like something that needs to be updated for your free and premium version. Can you confirm if an update or removal is planned or should we look for another plugin.
Hey Matt..just following up here. I ended up going into the security plugin in the hide-backend folder and modifying the file class-itsec-hide-backend.php on Line 211….I modified the function block_access to exclude the url that it redirects to when a user resets their password from being redirected to a 404 page. A setting could easily be added to ensure that after requesting the password reset, a user is sent to a page saying check your email or at least the login page. Im sure you guys can get this done 🙂
Forum: Localhost Installs
In reply to: Instalacion WordPress (localhost)Turn on WordPress error reporting. Since this question is asking in espanol…
Active el informe de errores de WordPress. Busque el archivo wp-config.php y cámbielo: define (‘WP_DEBUG’, false);
para define (‘WP_DEBUG’, true);Una vez que corrija el error, vuelva a cambiarlo.