Title: how to reenable define(&#8216;ITSEC_DISABLE_MODULES&#8217;, true);
Last modified: July 21, 2022

---

# how to reenable define(‘ITSEC_DISABLE_MODULES’, true);

 *  Resolved [cooperwalters123](https://wordpress.org/support/users/cooperwalters123/)
 * (@cooperwalters123)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/how-to-reenable-defineitsec_disable_modules-true/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhow-to-reenable-defineitsec_disable_modules-true%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [nlpro](https://wordpress.org/support/users/nlpro/)
 * (@nlpro)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/how-to-reenable-defineitsec_disable_modules-true/#post-15845363)
 * 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](https://wordpress.org/support/users/shanedelierrr/)
 * (@shanedelierrr)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/how-to-reenable-defineitsec_disable_modules-true/#post-15945005)
 * Hi [@cooperwalters123](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/better-wp-security/assets/icon.svg?rev=3529351)
 * [Kadence Security – Password, Two Factor Authentication, and Brute Force Protection](https://wordpress.org/plugins/better-wp-security/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/better-wp-security/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/better-wp-security/)
 * [Active Topics](https://wordpress.org/support/plugin/better-wp-security/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/better-wp-security/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/better-wp-security/reviews/)

## Tags

 * [ithemes](https://wordpress.org/support/topic-tag/ithemes/)

 * 2 replies
 * 3 participants
 * Last reply from: [chandelierrr](https://wordpress.org/support/users/shanedelierrr/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/how-to-reenable-defineitsec_disable_modules-true/#post-15945005)
 * Status: resolved