Forums
Forums / Plugin: Solid Security – Password, Two Factor Authentication, and Brute Force Protection / password reset for multisite
(@cobteam)
10 years, 6 months ago
Password reset for multisite is not working if I have hide login area enabled.
Would this be related to the new 4.3.1 WordPress release?
Please help,
Thank you
https://wordpress.org/plugins/better-wp-security/
I finally found the correct PHP file and updated with a multisite filter line.
File Location: /plugins/better-wp-security/core/modules/hide-backend/class-itsec-hide-backend.php
Add this to line 50: add_filter( ‘network_site_url’, array( $this, ‘filter_login_url’ ), 10, 2 );
Plugin Developer, Can you please update the code for the next version release.
Thank you,
The topic ‘password reset for multisite’ is closed to new replies.