• Resolved cooperwalters123

    (@cooperwalters123)


    I temporarily disabled Itheme’s Security Pro 2-step authentication by adding the code below to the wp-config.php file above the “That’s all, stop editing! Happy blogging.” comment.

    define(‘ITSEC_DISABLE_MODULES’, true);

    But now I am trying to re-enable the features and I can’t just delete the above code because it is no longer in the script. It still seems to be having an effect though.

    Any ideas on how to deactivate it?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi cooperwalters123,

    It still seems to be having an effect though.

    That’s a bit vague to my taste.

    To know for sure, enable (if not already) the iTSec Debug page by adding the line below to the wp-config.php file:

    define('ITSEC_DEBUG', true);

    This will add an extra Debug menu option to the Security menu.

    After navigating to the Debug page check for defined constants under the ### iThemes Security ### heading in the System Info section.

    Also next time (to disable 2FA only) use this instead:

    define('ITSEC_DISABLE_TWO_FACTOR', true);

    +++++ To prevent any confusion, I’m not iThemes +++++

    Plugin Support chandelierrr

    (@shanedelierrr)

    Hi @cooperwalters123, I hope the information nlpro provided helped resolve the issue. Since we haven’t received a response, I’ll mark this post resolved. If you still need some assistance, feel free to open a new support topic, and we’d be happy to assist. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to reenable define(‘ITSEC_DISABLE_MODULES’, true);’ is closed to new replies.