• Hi there,

    We are plugin developers that have a plugin which creates an agent dashboard with its own login. Users however are not able to login while iThemes is enabled. I’ve tried various settings in your plugin but nothing seems to work.

    Any idea what I can do, or what settings specifically to look at in your plugin?

    For the login our plugin uses a form like this:

    <form name="loginform" id="loginform" action="<?php echo site_url( '/wp-login.php' ); ?>" method="post">
    <button id="wp-submit" type="submit" value="Login" name="wp-submit" class="btn btn-lg btn-primary btn-block"><?php esc_html_e('Sign in','salesking');?></button> </form>

    Thank you

The topic ‘Blocked Logins (Compatibility with another plugin)’ is closed to new replies.