• I’ve just activated this plugin on the site, https://www.storycoach.london, and now I cannot login. After entering the log-in and CAPTCHA, I’m returned to the login screen with empty fields and the CAPTCHA pops up. This is rather serious as how can I disable the plugin if I can’t get admin access?

Viewing 1 replies (of 1 total)
  • Plugin Author Arshid

    (@arshidkv12)

    I think, your server is not supporting session .
    Please provide hosting details.

    First go to your website theme folder and add following code in functions.php by FTP or file manager.

    function sess_start() {
        if (!session_id())
        session_start();
    }
    add_action('init','sess_start');

    OR

    Use FTP or file manager and go to plugins folder then rename wp-limit-login-attempts folde.

    • This reply was modified 7 years, 11 months ago by Arshid.
Viewing 1 replies (of 1 total)
  • The topic ‘Unable to log in after activating this plugin’ is closed to new replies.