Multisite – Reset password with hide backend with possible fix
-
Hello,
When using hide backend and multisite the reset password doesn’t work.
I’ve managed to fix the issue by adding the following line at the file ./core/modules/hide-backend/class-itsec-hide-backend.php line 50.
add_filter( 'network_site_url', array( $this, 'filter_login_url' ), 10, 2 );
Hope it helps someone with same issue and is considered for a patch.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Multisite – Reset password with hide backend with possible fix’ is closed to new replies.