• Resolved rawwolf

    (@rawwolf)


    Hi, after activate the cookie brute force security and logged of, now I’m not able to reach the login page anymore.

    I’ve already try most of the solution reported in other thread but nothing work, once altered a parameter/plugin folder I got 500 error and seem the scret key is not working at all.

    I’ve try to add the configuration:

    define(‘AIOS_DISABLE_COOKIE_BRUTE_FORCE_PREVENTION’, true);

    but seem not affect at all the redirect.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @rawwolf ,

    127.0.0.1 wp-admin being redirected means you have enabled cookie based brute force.

    you should try access with secret word so {site_url}?{secret_word}=1 It will save cookie in your browser for 24 hrs the again after 24 hrs it will start redirect to 127.0.0.1 and you can access with {site_url}?{secret_word}=1 only.

    If you have enabled and forgot the {secret_word} define AIOS_DISABLE_COOKIE_BRUTE_FORCE_PREVENTION true in wp-config.php before wp-settings.php added. and try access with wp-login.php ( or renamed login page) it will disable the cookie based brute force

    define('AIOS_DISABLE_COOKIE_BRUTE_FORCE_PREVENTION', true);

    Once you logged in please go to WP Security > Brute force > Cookie based brute force prevention.
    there check secret_word and remove the defined constant.

    Thread Starter rawwolf

    (@rawwolf)

    Hi @hjogiupdraftplus ,
    I’ve try all your suggestion but nothing change.

    By using the secret word seeem the page is loading but raise a 500 error (try to reeach wp-login as well as wp-admin page).

    By add in wp-config file the

    define('AIOS_DISABLE_COOKIE_BRUTE_FORCE_PREVENTION', true);

    same behaviour, if not the index all wp pages will raise 500 error once try to loade it.

    Thanks for your support!

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @rawwolf

    IF you have used below and added it will be 500 error as single quote is not proper issue please make sure that you have copied from code section only ( with grey ) as above my comment. So please make sure it is single quote and have been added before wp-settings.php inlcuded.

    define(‘AIOS_DISABLE_COOKIE_BRUTE_FORCE_PREVENTION’, true);

    If you are sure it is single quote enable debug log 500 errors are logged please let me know.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Always redirect when try to reach login page’ is closed to new replies.