How to Add Two-Factor Authentication in WordPress for Free
September 10th, 2018 in Wordpress |

Have you noticed how popular sites like Facebook and Google are now giving you the ability to add two-factor authentication to improve security? Well, now you can add two-factor authentication to your WordPress site. This ensures maximum security for your WordPress site. In this article, we will show you how to add two-factor authentication for WordPress using both Google Authenticator as well as SMS text message.

Why Add Two-Factor Authentication for WordPress Login?

One of the most common tricks hackers use is called brute force attacks. By using automated scripts, hackers try to guess username and password to break into a WordPress site.

If they steal your password or accurately guess it, then they can infect your website with malware.

One of the easiest ways to protect your WordPress website against stolen password is to add two-factor authentication. This way even if someone stole your password, they will need to enter a security code from your phone to gain access.

There are two ways to set up two-factor authentication in WordPress:

  1. SMS Verification – where you receive the verification code via text message.
  2. Google Authenticator App – the Fallback option where you receive the verification code in an app.

Let’s take a look at how to easily add two-factor verification to your WordPress login screen for free.

1. Adding 2-Step SMS Verification to WordPress Login Screen

This method adds a 2-Step SMS verification to your WordPress login screen. After entering the WordPress username and password, you will receive a text message via SMS on your phone with a code.

First, you will need to install the Two Factor and Two Factor SMS plugins.

The first plugin which is called Two Factor provides multiple ways to set up 2-step verification in WordPress. The second plugin, which is called Two Factor SMS is an addon for the first plugin. It adds support for 2-Step SMS verification. You will need both these plugins installed and activated.

Upon activation, you need to head over to Users » Your Profile page and scroll down to the Two Factor Options section.

smstwlio

Check the box next to ‘SMS (Twilio)’ option and also click the radio button to make it your primary verification method.

After that scroll down to the Twilio section.

twiliosettings

You will be asked to provide your Twilio account information.

Twilio is an online service that offers phone, voice messaging, and SMS services to use with your own applications. They also have a limited free plan which would be sufficient for our purpose here.

Head over to Twilio website and create your free account.

twiliosignup

On the signup page, you will be asked for the usual personal information. After that, you will be asked which products you would like to use first.

signup-options

You need to select SMS and then select 2-factor authentication for ‘What you are building’ option. Finally, select PHP for your programming language.

Once you have signed up for an account, you will reach your Twilio dashboard where you need to click on the get started button.

twiliogetstarted

This will take you to a settings wizard where you need to click on the ‘Get your first Twilio number’ button.

twilionumber

It will bring up a popup showing a US based phone number. Copy and save this number in a text file and then click on the ‘Choose this number’ button.

choosenumber

You can now exit the wizard and head over to Settings » Geo Permissions page.

Here you need to select the countries where you will be sending SMS. Since you are using the service to receive SMS for yourself, you can select the country you live in and countries you travel to.

geopermissions

Next, you need to visit the Twilio console dashboard to copy your Account SID and Auth Token.

accountkeys

Now you have all the information that you need.

Go to the user profile page on your WordPress site and enter your Twilio Account SID, Auth token, and sender phone number.

Add your own phone number as the ‘Receiver Phone Number’.

Don’t forget to click on the ‘Update Profile’ button to save your settings.

You can now log out from your WordPress site to see the plugin in action.

On the login screen, first, you will provide your WordPress username and password. After that, you will receive an SMS notification on your phone, and you will be asked to enter the code you received.

smsverification

After entering the SMS code, you will be able to access your WordPress admin area.

Note: This method works great, but what if you are traveling and unable to receive text messages on your phone number?

Let’s solve this problem by adding a fallback option too.

2. Adding 2-Factor Verification to WordPress with Google Authenticator

As a fallback option, we will set up 2-Factor verification using Google Authenticator.

SMS verification will still be your primary verification method. In case you don’t get the SMS, you’ll still be able to log in using the Google Authenticator app on your phone.

Head over to Users » Your Profile page and scroll down to two-factor options section.

twofactsettings

Click the Enabled checkbox next to ‘Time Based One-Time Password (Google Authenticator)’ and then click on ‘view options’ link to begin Google Authenticator setup.

gauthoptions

You will now see a QR code which you will need to scan with the Google Authenticator app.

Go ahead and install the Google Authenticator app on your phone.

Once you have installed the app, open it and click on the add button.

addnewaccount

Now you need to scan the QR code shown on the plugin’s settings page using your phone’s camera.

The app will detect and add your website. It will also show you a six digit code. Enter the code in the plugin’s settings page, and you are done.

Don’t forget to click on the ‘Update Profile’ button to save your changes.

You can now log out of your WordPress site to see it in action.

First, you will have to enter your WordPress username and password. After which you will be asked to enter SMS verification code.

backupcode

If you didn’t get the SMS code, then you can click on ‘Use backup method’ link and enter the code generated by Google Authenticator app on your phone.

Troubleshooting

If you lose access to your phone, then you may be unable to log in. See our guide on what to do when you are locked out of the WordPress admin area to recover access to the admin area.

We hope this article helped you add 2-factor SMS verification for WordPress login.