• Resolved ffwebdesigner

    (@ffwebdesigner)


    this relates to MANY websites i’ve been working on.

    installed your plugin, setup cookie based login protection. wokring well.

    published domain under final url.

    whenever you try to access wp-admin over standard or protected secret login url you will be thrown back to home. no login possbile anymore.
    what i did on MANY pages, on some my way was working, login possible again. on other pages the login got wrecked again as soon as i just reinstalled (not even configured) all in one security and forewall.

    what i did MANY times:

    delete alle plugin files including backups and autoprepend, user.ini

    delete alle aiowps database entries

    clear brwoser cache

    clear all cookies

    delete all htaccess entries

    >> login possible again

    but as soon as i just reinstall aiosaf again (just the files! through wp plugins), no configuraiton, no htaccess, nothing else

    >>> login broken again.

    tried all the above steps in multiple browsers and machines.

    HOW to fix this?

    • This topic was modified 1 year, 11 months ago by ffwebdesigner.
Viewing 1 replies (of 1 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @ffwebdesigner

    If you access your website with secretword you set during enabling cookie base brute force it works and it sets the cookies again even for new domain.

    If you still have any issue you can use below constant defined in wp-config.php it will disable cookie based brute force and allows you to login.

    define( ‘AIOS_DISABLE_COOKIE_BRUTE_FORCE_PREVENTION’, true );

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘cookie based login after domain change’ is closed to new replies.