Viewing 2 replies - 1 through 2 (of 2 total)
  • Any chance you have a multisite instalation?
    Just found out, because of reset password, that I needed to insert the following line at ./core/modules/hide-backend/class-itsec-hide-backend.php at line 50 (just after site_url one)

    add_filter( 'network_site_url', array( $this, 'filter_login_url' ), 10, 2 );

    @msousa
    This has nothing to do with multisite.

    @wizzywiggs

    I noticed from the topic opened on the Multilanguage by BestWebSoft forum that you were able to solve the issue. Turns out to be a hardcoding issue in the Multilanguage by BestWebSoft plugin.

    Since this issue seems to be solved please take a moment to mark both topics as ‘resolved’.

    dwinden

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Multi-language login fails after 'Hide backend' enabled…’ is closed to new replies.