{"id":941,"date":"2020-12-17T19:17:32","date_gmt":"2020-12-17T19:17:32","guid":{"rendered":"https:\/\/ccbill.com\/kb\/?p=941"},"modified":"2023-03-06T12:23:27","modified_gmt":"2023-03-06T12:23:27","slug":"two-factor-authentication-wordpress","status":"publish","type":"post","link":"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress","title":{"rendered":"How to Implement Two-Factor Authentication in WordPress"},"content":{"rendered":"\n<p class=\"h3\">Introduction<\/p>\n\n\n\n<p>An online business dealing with personal customer information needs to enforce a robust verification mechanism to prevent unauthorized access.<\/p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https:\/\/ccbill.com\/kb\/what-is-two-factor-authentication\" target=\"_blank\">Two-Factor Authentication (2FA)<\/a> adds a strong security layer and creates a formidable obstacle for potential attackers. Implementing 2FA in WordPress is a straightforward process, thanks to a number of easy-to-use authentication plugins.<\/p>\n\n\n\n<p>Follow the instructions in this guide to <strong>learn how to install and implement 2FA for your WordPress website.<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"800\" height=\"400\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-implement-two-factor-authentication-in-wordpress.png\" alt=\"Guide on how to implement two-factor authentication in WordPress.\" class=\"wp-image-942\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-implement-two-factor-authentication-in-wordpress.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-implement-two-factor-authentication-in-wordpress-300x150.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-implement-two-factor-authentication-in-wordpress-768x384.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Why Implement 2FA in WordPress?<\/h2>\n\n\n\n<p>A third of all websites use WordPress, making these websites a frequent target of brute-force attacks. The username and password are the only things standing between the WordPress admin area and a potential attacker.<\/p>\n\n\n\n<p>By gaining access to a website\u2019s admin area, an unauthorized individual could control every aspect of that website. To protect yourself, your customers, and your business, use additional authentication layers.<\/p>\n\n\n\n<p>2FA is a highly secure method that delivers a one-time password to a physical device, for example, a smartphone, to verify the WordPress user\u2019s identity before they can log in.<\/p>\n\n\n\n<p>Even if attackers manage to guess or obtain valid WordPress credentials, they still need access to the device.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Install Popular WordPress 2FA Plugins<\/h2>\n\n\n\n<p>Two-factor authentication is an advanced system that merges several software solutions and devices. Users without technical expertise can quickly implement 2FA using a free WordPress plugin. The most popular free plugins include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>WP 2FA \u2013 Two-factor Authentication for WordPress<\/strong> - An easy-to-implement and intuitive solution that supports numerous mobile verification apps such as Duo, Google Authenticator, LastPass, Authy, etc.<\/li>\n\n\n\n<li><strong>Google Authenticator by miniOrange \u2013 WordPress Two Factor Authentication (2FA, MFA)<\/strong> - Provides essential authentication services for free and paid enterprise-level upgrades for large organizations. It also works with time-based one-time passwords (TOTP) apps like Google Authenticator, Authy, LastPass, Microsoft Authenticator, etc.<\/li>\n<\/ul>\n\n\n\n<p>To install a 2FA plugin, access the WordPress dashboard:<\/p>\n\n\n\n<p>1. Select <strong>Add New <\/strong>from the <em>Plugins<\/em> menu.<\/p>\n\n\n\n<p>2. Type <strong>2FA<\/strong> in the Search Bar. <\/p>\n\n\n\n<p>3. Install either the <strong>WP 2FA <\/strong>or the<strong> Google Authenticator<\/strong> plugin by clicking <strong>Install Now<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"800\" height=\"364\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/install-two-factor-authentication-plugin-wordpress.png\" alt=\"Steps to install 2FA plugin in WordPress.\" class=\"wp-image-946\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/install-two-factor-authentication-plugin-wordpress.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/install-two-factor-authentication-plugin-wordpress-300x137.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/install-two-factor-authentication-plugin-wordpress-768x349.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>4. After installing the preferred plugin, click <strong>Activate<\/strong>. <\/p>\n\n\n\n<p>A setup wizard guides you through the implementation process.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-vivid-cyan-blue-color has-css-opacity has-vivid-cyan-blue-background-color has-background is-style-wide\"\/>\n\n\n\n<p><strong>Note:<\/strong> Learn more about <a href=\"https:\/\/ccbill.com\/kb\/curl-basic-auth\" target=\"_blank\" rel=\"noreferrer noopener\">curl basic auth<\/a>, an authentication method where the server declares that the client must submit a username and password to access a resource.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-vivid-cyan-blue-color has-css-opacity has-vivid-cyan-blue-background-color has-background is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Implementing 2FA in WordPress<\/h2>\n\n\n\n<p>Before setting up 2FA, decide what type of authentication method you want to implement. Time-based one-time passwords (TOTP) generated by mobile apps are well-suited for a business environment with multiple website administrators. <\/p>\n\n\n\n<p>The process looks like this:<\/p>\n\n\n\n<p>1. A user enters their username and password to login to WordPress.<\/p>\n\n\n\n<p>2. Instead of gaining access, the user is presented with a new field requesting a one-time password.<\/p>\n\n\n\n<p>3. The password is generated randomly and regularly within an authentication app installed on a mobile device.<\/p>\n\n\n\n<p>4. The user enters the current code and gains access to the WordPress admin area.<\/p>\n\n\n\n<p>Some of the most popular TOTP apps for mobile devices are Microsoft Authenticator, Duo, Authy, LastPass, and Google Authenticator. This article explains how to <strong>implement WP 2FA with LastPass<\/strong> and the<strong> Google Authenticator plugin by miniOrange with the Google Authenticator app.<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Option 1: Setting up WP 2FA with LastPass<\/h3>\n\n\n\n<p>Once you have installed and activated the <strong>WP 2FA <\/strong>plugin, a setup wizard launches automatically:<\/p>\n\n\n\n<p>1. Click <strong>Let\u2019s get started!<\/strong><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"420\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/set-up-wp-2fa-wordpress.png\" alt=\"Initial step for implementing WP 2FA.\" class=\"wp-image-949\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/set-up-wp-2fa-wordpress.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/set-up-wp-2fa-wordpress-300x158.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/set-up-wp-2fa-wordpress-768x403.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>2. A one-time password can be generated by an authentication app<strong> (recommended)<\/strong> or sent via email. Once you select the code delivery method, click <strong>Next<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"800\" height=\"394\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/one-time-password-delivery-method-wordpress.png\" alt=\"Select authentication method for WP 2FA.\" class=\"wp-image-950\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/one-time-password-delivery-method-wordpress.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/one-time-password-delivery-method-wordpress-300x148.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/one-time-password-delivery-method-wordpress-768x378.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>3. Install the <strong>LastPass Authenticator<\/strong> app on your mobile device.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"389\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/wordpress-lastpass-authenticator.png\" alt=\"Instal the LastPass authenticatior on phone.\" class=\"wp-image-951\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/wordpress-lastpass-authenticator.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/wordpress-lastpass-authenticator-300x146.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/wordpress-lastpass-authenticator-768x373.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>4. Use the LastPass app to scan the <strong>QR code<\/strong> on your computer screen. Alternatively, enter the randomly generated key from the setup wizard into the LastPass app.<\/p>\n\n\n\n<p>5. Click <strong>I\u2019m Ready <\/strong>within the WP 2FA setup wizard.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"473\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/scan-qr-code-wp-2fa-app-lastpass-wordpress.png\" alt=\"Scan the QR code to link LastPass app with WP 2AF plugin.\" class=\"wp-image-952\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/scan-qr-code-wp-2fa-app-lastpass-wordpress.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/scan-qr-code-wp-2fa-app-lastpass-wordpress-300x177.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/scan-qr-code-wp-2fa-app-lastpass-wordpress-768x454.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>6. Scanning the QR code generates a one-time password in the LastPass app. Enter the code into the given field within the WP 2FA wizard and click <strong>Finish<\/strong>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"482\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/authentication-code-lastpass-wordpress-wp-2fa.png\" alt=\"Enter the authentication code from LastPass to WP 2FA.\" class=\"wp-image-954\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/authentication-code-lastpass-wordpress-wp-2fa.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/authentication-code-lastpass-wordpress-wp-2fa-300x181.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/authentication-code-lastpass-wordpress-wp-2fa-768x463.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>7. If your website has multiple admin users and roles, select <strong>Continue &amp; configure the settings <\/strong>to set up general plugin rules for these users.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"476\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/configure-wp-2fa-plugin-wordpress.png\" alt=\"Configure 2FA for multiple users.\" class=\"wp-image-955\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/configure-wp-2fa-plugin-wordpress.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/configure-wp-2fa-plugin-wordpress-300x179.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/configure-wp-2fa-plugin-wordpress-768x457.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>8. Check the box to define the authentication method for other users and click <strong>Continue Setup<\/strong>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"546\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/choose-2fa-method-wordpress.png\" alt=\"Chose the 2FA method that is to be applied to other admin users.\" class=\"wp-image-956\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/choose-2fa-method-wordpress.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/choose-2fa-method-wordpress-300x205.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/choose-2fa-method-wordpress-768x524.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>9. Apply the 2FA to all users or limit the authentication to specific users. Select <strong>Continue Setup<\/strong> to proceed.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"800\" height=\"447\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/limit-user-roles-wp-2fa.png\" alt=\"Apply 2FA to specific users and roles.\" class=\"wp-image-957\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/limit-user-roles-wp-2fa.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/limit-user-roles-wp-2fa-300x168.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/limit-user-roles-wp-2fa-768x429.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>10. If authentication is a requirement for all users, implement exceptions to this rule by excluding individual users and roles. Click <strong>Continue Setup<\/strong>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"478\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/exclude-users-2fa-wordpress.png\" alt=\"Enter a user or role that is excluded from 2FA.\" class=\"wp-image-958\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/exclude-users-2fa-wordpress.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/exclude-users-2fa-wordpress-300x179.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/exclude-users-2fa-wordpress-768x459.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>11. Decide if other users should configure 2FA immediately or set an extended time-frame for them to comply. Select <strong>Continue Setup <\/strong>to proceed.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"422\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/implement-2fa-users-timeframe.png\" alt=\"Set a time-frame for users to comply with 2FA.\" class=\"wp-image-959\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/implement-2fa-users-timeframe.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/implement-2fa-users-timeframe-300x158.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/implement-2fa-users-timeframe-768x405.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>12. Check the box to inform WordPress users via email to implement 2FA and select <strong>All done<\/strong>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"394\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/notify-users-immidiatley-2fa-wordpress.png\" alt=\"Notify users that 2FA is now in place.\" class=\"wp-image-961\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/notify-users-immidiatley-2fa-wordpress.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/notify-users-immidiatley-2fa-wordpress-300x148.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/notify-users-immidiatley-2fa-wordpress-768x378.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>13. Losing or getting locked out of a phone would prevent you from accessing the WordPress account. Click <strong>Generate backup codes<\/strong> to create ten static backup codes and avoid getting locked out.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"800\" height=\"392\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/generate-backup-codes-wp-2fa-wordpress-plugin.png\" alt=\"Generate backup codes for WP 2FA.\" class=\"wp-image-962\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/generate-backup-codes-wp-2fa-wordpress-plugin.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/generate-backup-codes-wp-2fa-wordpress-plugin-300x147.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/generate-backup-codes-wp-2fa-wordpress-plugin-768x376.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>14. <strong>Download<\/strong> or <strong>Print<\/strong> the generated codes and store them in a secure location.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"443\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/generated-backup-codes-2fa.png\" alt=\"Download or Print the WP 2FA backup codes.\" class=\"wp-image-963\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/generated-backup-codes-2fa.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/generated-backup-codes-2fa-300x166.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/generated-backup-codes-2fa-768x425.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>To modify plugin settings from the WordPress dashboard, click <strong>Two-factor Authentication<\/strong> within the <em>Settings<\/em> menu.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"800\" height=\"358\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/settings-two-factor-authentication-wordpress.png\" alt=\"Modifying setting in the WP 2FA plugin in WordPress.\" class=\"wp-image-964\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/settings-two-factor-authentication-wordpress.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/settings-two-factor-authentication-wordpress-300x134.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/settings-two-factor-authentication-wordpress-768x344.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>Accessing the WordPress admin page is now only possible after entering a one-time password the LastPass app generates.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Option 2: Setting up 2FA with Google Authenticator<\/h3>\n\n\n\n<p>After installing and activating the <strong>Google Authenticator \u2013 WordPress Two Factor Authentication <\/strong>plugin:<\/p>\n\n\n\n<p>1. Select the <strong>Logout and Configure<\/strong> option.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"800\" height=\"381\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/logout-configure-google-authenticator-miniorange.png\" alt=\"Logout to configure Google Authenticator by miniOrange.\" class=\"wp-image-967\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/logout-configure-google-authenticator-miniorange.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/logout-configure-google-authenticator-miniorange-300x143.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/logout-configure-google-authenticator-miniorange-768x366.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>2. Enter your WordPress credentials and <strong>Log In<\/strong>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"411\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/login-to-wordpress-account.png\" alt=\"Login to WordPress account to configure Google Authenticator.\" class=\"wp-image-969\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/login-to-wordpress-account.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/login-to-wordpress-account-300x154.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/login-to-wordpress-account-768x395.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>3. Select the <strong>Google\/Authy\/Microsoft Authenticator<\/strong> option to enable one-time password app-based authentication.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"469\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/configure-two-factor-method.png\" alt=\"Select the one-time password delivery method for the Google Authenticator plugin.\" class=\"wp-image-970\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/configure-two-factor-method.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/configure-two-factor-method-300x176.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/configure-two-factor-method-768x450.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>4. Install the <strong>Google Authenticator app<\/strong> on your mobile device.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"447\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/install-google-authenticator-mobile-app.jpg\" alt=\"Instal the Google Authenticator mobile app.\" class=\"wp-image-972\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/install-google-authenticator-mobile-app.jpg 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/install-google-authenticator-mobile-app-300x168.jpg 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/install-google-authenticator-mobile-app-768x429.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>5. Select <strong>Google Authenticator<\/strong> from the dropdown menu and use your phone to scan the <strong>QR code<\/strong>.<\/p>\n\n\n\n<p>6. Once the scan is complete, a verification code appears in the Google Authenticator mobile app. Enter the 6-digit code in the <strong>Code<\/strong> field within the setup wizard. <\/p>\n\n\n\n<p>7. Click <strong>Verify and Save<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"800\" height=\"507\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/setup-google-authenticator.png\" alt=\"Enter verification code to connect Google Authenticator plugin with app.\" class=\"wp-image-973\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/setup-google-authenticator.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/setup-google-authenticator-300x190.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/setup-google-authenticator-768x487.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>8. Select <strong>Download Codes<\/strong> to download and store a set of backup codes. These codes allow you to log in to the WordPress account if you no longer have access to your phone.<\/p>\n\n\n\n<p>9. Click <strong>Finish<\/strong> to complete the setup process.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"440\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/download-backup-codes-google-authenticator.png\" alt=\"Download backup codes for Google Authenticator plugin in WordPress.\" class=\"wp-image-974\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/download-backup-codes-google-authenticator.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/download-backup-codes-google-authenticator-300x165.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/download-backup-codes-google-authenticator-768x422.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>Entering the credentials to access WordPress prompts the system to ask for the authentication code from the Google Authenticator mobile app. Submitting the correct code grants access to the WordPress admin.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"462\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/validate-app-wordpress-login.png\" alt=\"Log in to the WordPress admin by entering verification code from app.\" class=\"wp-image-975\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/validate-app-wordpress-login.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/validate-app-wordpress-login-300x173.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/validate-app-wordpress-login-768x444.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>To modify plugin settings, select the <strong>Two Factor<\/strong> option in the <em>miniOrange 2-Factor<\/em> menu. Access the <strong>Settings<\/strong> tab to change general plugin settings.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"483\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/miniorange-settings-authentication.png\" alt=\"Modify Google Authenticator settings in WordPress.\" class=\"wp-image-976\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/miniorange-settings-authentication.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/miniorange-settings-authentication-300x181.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/miniorange-settings-authentication-768x464.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>The <em>Settings<\/em> section in the free version provides limited options for managing two-factor authentication and controlling users and roles.<\/p>\n\n\n\n<p class=\"h3\">Conclusion<\/p>\n\n\n\n<p>You have successfully implemented 2FA in WordPress and increased your WordPress admin security. Even the most sophisticated attacks will find it hard to compromise your website.<\/p>\n\n\n\n<p>Explore the <a href=\"https:\/\/ccbill.com\/kb\/payment-authentication-methods\" target=\"_blank\" rel=\"noreferrer noopener\">Best Payment Authentication Methods and Tools<\/a> to secure and upgrade other segments of your online business.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to install 2FA in WordPress using the WP 2FA and Google Authenticator plugins.<\/p>\n","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[17,15],"tags":[],"class_list":["post-941","post","type-post","status-publish","format-standard","hentry","category-online-security","category-wordpress"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Implement Two-Factor Authentication in WordPress | CCBill KB<\/title>\n<meta name=\"description\" content=\"Find out how to quickly set up 2FA in WordPress with lots of detailed images guiding you every step of the way.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Implement Two-Factor Authentication in WordPress | CCBill KB\" \/>\n<meta property=\"og:description\" content=\"Find out how to quickly set up 2FA in WordPress with lots of detailed images guiding you every step of the way.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress\" \/>\n<meta property=\"og:site_name\" content=\"CCBill Knowledge Base\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ccbillBIZ\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-12-17T19:17:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-06T12:23:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-implement-two-factor-authentication-in-wordpress.png\" \/>\n<meta name=\"author\" content=\"Vladimir Kaplarevic\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@CCBillBIZ\" \/>\n<meta name=\"twitter:site\" content=\"@CCBillBIZ\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Vladimir Kaplarevic\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress#article\",\"isPartOf\":{\"@id\":\"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress\"},\"author\":{\"name\":\"Vladimir Kaplarevic\",\"@id\":\"https:\/\/ccbill.com\/kb\/#\/schema\/person\/1f198b1218f6343a2682022ac4395644\"},\"headline\":\"How to Implement Two-Factor Authentication in WordPress\",\"datePublished\":\"2020-12-17T19:17:32+00:00\",\"dateModified\":\"2023-03-06T12:23:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress\"},\"wordCount\":1096,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/ccbill.com\/kb\/#organization\"},\"image\":{\"@id\":\"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-implement-two-factor-authentication-in-wordpress.png\",\"articleSection\":[\"Online Security\",\"WordPress Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress\",\"url\":\"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress\",\"name\":\"How to Implement Two-Factor Authentication in WordPress | CCBill KB\",\"isPartOf\":{\"@id\":\"https:\/\/ccbill.com\/kb\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-implement-two-factor-authentication-in-wordpress.png\",\"datePublished\":\"2020-12-17T19:17:32+00:00\",\"dateModified\":\"2023-03-06T12:23:27+00:00\",\"description\":\"Find out how to quickly set up 2FA in WordPress with lots of detailed images guiding you every step of the way.\",\"breadcrumb\":{\"@id\":\"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress#primaryimage\",\"url\":\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-implement-two-factor-authentication-in-wordpress.png\",\"contentUrl\":\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-implement-two-factor-authentication-in-wordpress.png\",\"width\":800,\"height\":400,\"caption\":\"Travelers being checked at airport illustrating two-factor authentication.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"KB Home\",\"item\":\"https:\/\/ccbill.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Online Security\",\"item\":\"https:\/\/ccbill.com\/kb\/category\/online-security\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Implement Two-Factor Authentication in WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ccbill.com\/kb\/#website\",\"url\":\"https:\/\/ccbill.com\/kb\/\",\"name\":\"CCBill Knowledge Base\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/ccbill.com\/kb\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ccbill.com\/kb\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ccbill.com\/kb\/#organization\",\"name\":\"CCBill\",\"url\":\"https:\/\/ccbill.com\/kb\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ccbill.com\/kb\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/10\/ccbill-logo.png\",\"contentUrl\":\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/10\/ccbill-logo.png\",\"width\":160,\"height\":70,\"caption\":\"CCBill\"},\"image\":{\"@id\":\"https:\/\/ccbill.com\/kb\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/ccbillBIZ\/\",\"https:\/\/x.com\/CCBillBIZ\",\"https:\/\/www.linkedin.com\/company\/ccbill\",\"https:\/\/www.youtube.com\/c\/CCBillBiz\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/ccbill.com\/kb\/#\/schema\/person\/1f198b1218f6343a2682022ac4395644\",\"name\":\"Vladimir Kaplarevic\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ccbill.com\/kb\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cc08885e8fec32585bae8a0f5a1aef92f8c8c4fc33692e74e0ec2e63633d2478?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cc08885e8fec32585bae8a0f5a1aef92f8c8c4fc33692e74e0ec2e63633d2478?s=96&d=mm&r=g\",\"caption\":\"Vladimir Kaplarevic\"},\"description\":\"Vladimir is a resident Tech Writer at CCBill. He has more than 8 years of experience in implementing e-commerce and online payment solutions with various global IT services providers. His engaging writing style provides practical advice and aims to spark curiosity for innovative technologies.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Implement Two-Factor Authentication in WordPress | CCBill KB","description":"Find out how to quickly set up 2FA in WordPress with lots of detailed images guiding you every step of the way.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress","og_locale":"en_US","og_type":"article","og_title":"How to Implement Two-Factor Authentication in WordPress | CCBill KB","og_description":"Find out how to quickly set up 2FA in WordPress with lots of detailed images guiding you every step of the way.","og_url":"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress","og_site_name":"CCBill Knowledge Base","article_publisher":"https:\/\/www.facebook.com\/ccbillBIZ\/","article_published_time":"2020-12-17T19:17:32+00:00","article_modified_time":"2023-03-06T12:23:27+00:00","og_image":[{"url":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-implement-two-factor-authentication-in-wordpress.png","type":"","width":"","height":""}],"author":"Vladimir Kaplarevic","twitter_card":"summary_large_image","twitter_creator":"@CCBillBIZ","twitter_site":"@CCBillBIZ","twitter_misc":{"Written by":"Vladimir Kaplarevic","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress#article","isPartOf":{"@id":"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress"},"author":{"name":"Vladimir Kaplarevic","@id":"https:\/\/ccbill.com\/kb\/#\/schema\/person\/1f198b1218f6343a2682022ac4395644"},"headline":"How to Implement Two-Factor Authentication in WordPress","datePublished":"2020-12-17T19:17:32+00:00","dateModified":"2023-03-06T12:23:27+00:00","mainEntityOfPage":{"@id":"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress"},"wordCount":1096,"commentCount":0,"publisher":{"@id":"https:\/\/ccbill.com\/kb\/#organization"},"image":{"@id":"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress#primaryimage"},"thumbnailUrl":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-implement-two-factor-authentication-in-wordpress.png","articleSection":["Online Security","WordPress Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress","url":"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress","name":"How to Implement Two-Factor Authentication in WordPress | CCBill KB","isPartOf":{"@id":"https:\/\/ccbill.com\/kb\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress#primaryimage"},"image":{"@id":"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress#primaryimage"},"thumbnailUrl":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-implement-two-factor-authentication-in-wordpress.png","datePublished":"2020-12-17T19:17:32+00:00","dateModified":"2023-03-06T12:23:27+00:00","description":"Find out how to quickly set up 2FA in WordPress with lots of detailed images guiding you every step of the way.","breadcrumb":{"@id":"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress#primaryimage","url":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-implement-two-factor-authentication-in-wordpress.png","contentUrl":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/12\/how-to-implement-two-factor-authentication-in-wordpress.png","width":800,"height":400,"caption":"Travelers being checked at airport illustrating two-factor authentication."},{"@type":"BreadcrumbList","@id":"https:\/\/ccbill.com\/kb\/two-factor-authentication-wordpress#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"KB Home","item":"https:\/\/ccbill.com\/kb\/"},{"@type":"ListItem","position":2,"name":"Online Security","item":"https:\/\/ccbill.com\/kb\/category\/online-security"},{"@type":"ListItem","position":3,"name":"How to Implement Two-Factor Authentication in WordPress"}]},{"@type":"WebSite","@id":"https:\/\/ccbill.com\/kb\/#website","url":"https:\/\/ccbill.com\/kb\/","name":"CCBill Knowledge Base","description":"","publisher":{"@id":"https:\/\/ccbill.com\/kb\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ccbill.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ccbill.com\/kb\/#organization","name":"CCBill","url":"https:\/\/ccbill.com\/kb\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ccbill.com\/kb\/#\/schema\/logo\/image\/","url":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/10\/ccbill-logo.png","contentUrl":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/10\/ccbill-logo.png","width":160,"height":70,"caption":"CCBill"},"image":{"@id":"https:\/\/ccbill.com\/kb\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/ccbillBIZ\/","https:\/\/x.com\/CCBillBIZ","https:\/\/www.linkedin.com\/company\/ccbill","https:\/\/www.youtube.com\/c\/CCBillBiz"]},{"@type":"Person","@id":"https:\/\/ccbill.com\/kb\/#\/schema\/person\/1f198b1218f6343a2682022ac4395644","name":"Vladimir Kaplarevic","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ccbill.com\/kb\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cc08885e8fec32585bae8a0f5a1aef92f8c8c4fc33692e74e0ec2e63633d2478?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cc08885e8fec32585bae8a0f5a1aef92f8c8c4fc33692e74e0ec2e63633d2478?s=96&d=mm&r=g","caption":"Vladimir Kaplarevic"},"description":"Vladimir is a resident Tech Writer at CCBill. He has more than 8 years of experience in implementing e-commerce and online payment solutions with various global IT services providers. His engaging writing style provides practical advice and aims to spark curiosity for innovative technologies."}]}},"_links":{"self":[{"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/posts\/941","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/comments?post=941"}],"version-history":[{"count":32,"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/posts\/941\/revisions"}],"predecessor-version":[{"id":4814,"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/posts\/941\/revisions\/4814"}],"wp:attachment":[{"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/media?parent=941"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/categories?post=941"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/tags?post=941"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}