Title: 2FA QR Code Missing
Last modified: September 2, 2024

---

# 2FA QR Code Missing

 *  Resolved [noelwebmaster](https://wordpress.org/support/users/noelwebmaster/)
 * (@noelwebmaster)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/2fa-qr-code-missing/)
 * Hello, so I have an issue where the 2FA QR Code appears on wp-admin -> Wordfence-
   > Login Security, however when on [https://articify.com/account/wordfence-2fa/](https://articify.com/account/wordfence-2fa/)
   it does not appear.
 * Edit:
   I have tried disabling all plugins except, Elementor, Elementor Pro, WooCommerce
   and Wordfence, and the issue still remains.
    -  This topic was modified 1 year, 9 months ago by [noelwebmaster](https://wordpress.org/support/users/noelwebmaster/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2F2fa-qr-code-missing%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [wfphil](https://wordpress.org/support/users/wfphil/)
 * (@wfphil)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/2fa-qr-code-missing/#post-17990695)
 * Hi [@noelwebmaster](https://wordpress.org/support/users/noelwebmaster/)
 * Our documentation states that our 2FA may not work on the custom login forms 
   generated by themes and other plugins, even though you are using WooCommerce 
   and we have provided compatibility for WooCommerce:
 * [https://www.wordfence.com/help/tools/two-factor-authentication/](https://www.wordfence.com/help/tools/two-factor-authentication/)
 * If it works on the default login page below but not on your custom login page
   then it means that it is likely incompatible. Note that you may have to also 
   remove the mathematical CAPTCHA before running the test as that could also cause
   a conflict:
 * [https://articify.com/wp-login.php](https://articify.com/wp-login.php)
 *  Thread Starter [noelwebmaster](https://wordpress.org/support/users/noelwebmaster/)
 * (@noelwebmaster)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/2fa-qr-code-missing/#post-17991102)
 * Hello, I managed to fix it after your reply.
 * The issue was because of the Astra theme as you mentioned, I just fixed it by
   adding this script to the <head>, which introduced the .qrcode function needed
   by wordfence.
 * <script src=”[https://cdnjs.cloudflare.com/ajax/libs/jquery.qrcode/1.0/jquery.qrcode.min.js](https://cdnjs.cloudflare.com/ajax/libs/jquery.qrcode/1.0/jquery.qrcode.min.js)“
   ></script>
 *  [Shahab ud Din Mirza](https://wordpress.org/support/users/asjadrex/)
 * (@asjadrex)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/2fa-qr-code-missing/#post-18213894)
 * I was also able to fix this by adding below code to functions.php under child
   theme:
 * function enqueue_qrcode_script() {
   // Enqueue the external jQuery QR Code scriptwp_enqueue_script(‘
   jquery-qrcode’, ‘[https://cdnjs.cloudflare.com/ajax/libs/jquery.qrcode/1.0/jquery.qrcode.min.js&#8217](https://cdnjs.cloudflare.com/ajax/libs/jquery.qrcode/1.0/jquery.qrcode.min.js&#8217);,
   array(‘jquery’), null, true);}
 * add_action(‘wp_enqueue_scripts’, ‘enqueue_qrcode_script’);

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

The topic ‘2FA QR Code Missing’ is closed to new replies.

 * ![](https://ps.w.org/wordfence/assets/icon.svg?rev=2070865)
 * [Wordfence Security - Firewall, Malware Scan, and Login Security](https://wordpress.org/plugins/wordfence/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordfence/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordfence/)
 * [Active Topics](https://wordpress.org/support/plugin/wordfence/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordfence/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordfence/reviews/)

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [Shahab ud Din Mirza](https://wordpress.org/support/users/asjadrex/)
 * Last activity: [1 year, 5 months ago](https://wordpress.org/support/topic/2fa-qr-code-missing/#post-18213894)
 * Status: resolved