Fortytwo – Two-Factor Authentication

Fortytwo – Two-Factor Authentication

Wordpress plugin

Install on Wordpress

App Details

What is Two-factor Authentication?

Authentication – the process of verifying your identity – boils down to one of three simple elements:

  • Something the user knows (PIN, password)
  • Something the user owns (mobile phone, device)
  • Something the user is (biometric, retina, fingerprint)

Two-factor Authentication (2FA) is a combination of any two of these unique identifiers.

How does our 2FA plugin work?

With Fortytwo’s 2FA WordPress plugin, the user only requires the username and password to login to their site (as per any standard login sequence) and a mobile phone to receive the one-time authentication code via SMS.

Our plugin is fully customisable and can be adapted to meet your specific needs, for example, you can assign 2FA to certain users depending on their specific administrative roles in WordPress and disable 2FA for users when they are using a known or ‘trusted’ device for a specific period of time. Fortytwo’s WordPress 2FA plugin offers the unique advantage of providing a highly customisable authentication process for users and provides an additional level of security when and as required.

What features does it include?

Fortytwo’s WordPress plugin comes with a myriad of features including the option to:

  • activate or disable 2FA for registration and/or login allowing the user to login using a username, password and 2FA or just a username and password
  • activate 2FA for login according to the user’s role in WordPress, for example, you can disable 2FA for certain users such as subscribers while maintaining 2FA for users with critical roles
  • Activate 2FA as optional or mandatory option for users, so you can give to your user the option to activate 2FA or force the option by default.
  • assign ‘trusted’ devices to specific users allowing the user – after their initial 2FA login – to validate their devices as ‘trusted’ for a specific time period, assigned by them in the settings. This option ensures that users aren’t required to enter an authentication code repeatedly with an assigned trusted device, after the initial 2FA login
  • resend the authentication code after registration if the SMS was not received – this allows the user to request the authentication code after 60 seconds and/or change his phone number in the event that an incorrect phone number was submitted
  • resend the authentication code after login if the SMS was not received – this allows the user to request the authentication code again after 60 seconds – this re-send option can also be disabled in the settings
  • to customize the behavior of the 2FA as documented on the API including changes to the authentication code length and type (numeric, alpha or alphanumeric), case sensitive validation, options to log a response via a callback URL and customise sender ID ‘s visible to the users

Fortytwo’s 2FA WordPress plugin supports 2FA for all Smart phones (iPhone, Android, BlackBerry), as well as basic phones.

Why use Fortytwo’s WordPress plugin?

  • Security Incorporating 2FA in to the user login process, creates a level of protection and security for your WordPress site that complex passwords can no longer guarantee
  • Customised functionality This is our first version of the plugin and we’re keenly interested in your feedback.

If there is additional functionality that you would you like to see, please let us know – we are happy to work on developing features to meet your specific requirements and endeavor to implement this in as short a time-frame as possible.

Configuration

Once the plugin is activated you have to configure the plugin before use:

  1. In the admin panel go to Settings > Two Factor Authentication
  2. Enter the token you have from the fortytwo control panel
  3. Configure the other options accordingly to your needs
  4. push the save button

Note: The Two factor authentication works only for the users who have the 2FA phone number on their profile.

Version 1.1.1

2016-12-22
* [IMPROVEMENT] Support for WordPress 4.6.X.
* [IMPROVEMENT] Don’t call login_header if the function was disabled.

Version 1.1.0

2016-10-04
* [IMPROVEMENT] Support for WordPress 4.6.X.
* [IMPROVEMENT] Update SDK dependencies.
* [IMPROVEMENT] Phone field rendering updated.
* [IMPROVEMENT] New API Paremeter : Message template to personalize the message sent with the 2FA Code.
* [IMPROVEMENT] New Mandatory option allowing to have 2FA option as optional or mandatory on login and/or on register.

Version 1.0.8

2016-05-02
* [DOCUMENTATION] Fix typo in the readme file.

  • [DOCUMENTATION] Fix typo in the readme file.

Version 1.0.7

2016-05-02
* [BUG] Update publish script to properly track/add new files and directory and untrack/delete deleted files.
* [BUG] Clean the SVN tree.

  • [BUG] Update publish script to properly track/add new files and directory and untrack/delete deleted files.
  • [BUG] Clean the SVN tree.

Version 1.0.6

2016-04-28
* [BUG] Settings – Update “API Sensitive case” field ID.
* [DOCUMENTATION] Change “why” items to list.

  • [BUG] Settings – Update “API Sensitive case” field ID.
  • [DOCUMENTATION] Change “why” items to list.

Version 1.0.5

2016-04-26
* [IMPROVEMENT] Update contributor id

  • [IMPROVEMENT] Update contributor id

Version 1.0.4

2016-04-25
* [IMPROVEMENT] Support for WordPress 4.5

  • [IMPROVEMENT] Support for WordPress 4.5

Version 1.0.3

2016-04-25
* [DOCUMENTATION] Add some tags on the presentation of the plugin.
* [DOCUMENTATION] Update the screenshots.
* [DOCUMENTATION] Update readme.txt description.

  • [DOCUMENTATION] Add some tags on the presentation of the plugin.
  • [DOCUMENTATION] Update the screenshots.
  • [DOCUMENTATION] Update readme.txt description.

Version 1.0.2

2016-04-20
* [DOCUMENTATION] Fix header description to feet in 150 characters

  • [DOCUMENTATION] Fix header description to feet in 150 characters

Version 1.0.1

2016-04-20
* [DOCUMENTATION] Update the readme.txt

  • [DOCUMENTATION] Update the readme.txt

Version 1.0.0

2016-04-19
* First stable version.

  • First stable version.

Version 1.0.0-RC11

2016-04-19
* [BUG] Fix error message when invalid token used.
* [BUG] Fix a typo.
* [IMPROVEMENT] Update readme.txt

  • [BUG] Fix error message when invalid token used.
  • [BUG] Fix a typo.
  • [IMPROVEMENT] Update readme.txt

Version 1.0.0-RC10

2016-04-18
* [BUG] Fix phone number validation on register.
* [BUG] Fix various typos.
* [BUG] Fix code validation on register/login
* [BUG] Fix bug when we validate code after a fail on register.
* [BUG] Fix inconsistency on naming of authentication code.

  • [BUG] Fix phone number validation on register.
  • [BUG] Fix various typos.
  • [BUG] Fix code validation on register/login
  • [BUG] Fix bug when we validate code after a fail on register.
  • [BUG] Fix inconsistency on naming of authentication code.

Version 1.0.0-RC9

2016-04-14
* [BUG] Device was always setup as trusted.
* [BUG] Fix missing phone helper on edit user.
* [BUG] Fix nullable callbackurl.
* [BUG] Fix validation code after one fail.
* [BUG] Fix resend option on login.

  • [BUG] Device was always setup as trusted.
  • [BUG] Fix missing phone helper on edit user.
  • [BUG] Fix nullable callbackurl.
  • [BUG] Fix validation code after one fail.
  • [BUG] Fix resend option on login.

Version 1.0.0-RC8

2016-04-12
* [BUG] Add missing jquery dependency on login
* [BUG] Fix Trusted device Activate/Disabled option
* [BUG] Fix naming convention for Authentication code
* [IMPROVEMENT] Update in code documentation
* [IMPROVEMENT] Adding field validation in the settings
* [BUG] Fix missing dependency * Jquery
* [BUG] Fix a typo on setting panel.
* [BUG] Fix a bug with the cookie path.

  • [BUG] Add missing jquery dependency on login
  • [BUG] Fix Trusted device Activate/Disabled option
  • [BUG] Fix naming convention for Authentication code
  • [IMPROVEMENT] Update in code documentation
  • [IMPROVEMENT] Adding field validation in the settings
  • [BUG] Fix missing dependency – Jquery
  • [BUG] Fix a typo on setting panel.
  • [BUG] Fix a bug with the cookie path.

Version 1.0.0-RC7

2016-04-06
* [BUG] Resend SMS no showing on login.
* [BUG] Disable 2FA on register not working properly.

  • [BUG] Resend SMS no showing on login.
  • [BUG] Disable 2FA on register not working properly.

Version 1.0.0-RC6

2016-04-06
* [IMPROVEMENTS] Updating versions numbers

  • [IMPROVEMENTS] Updating versions numbers

Version 1.0.0-RC5

2016-04-04
* [IMPROVEMENTS] Small fixes

  • [IMPROVEMENTS] Small fixes

Version 1.0.0-RC4

2016-04-04
* [IMPROVEMENTS] Fixing various bugs
* [IMPROVEMENTS] Adding screenshots for the wordpress plugin website

  • [IMPROVEMENTS] Fixing various bugs
  • [IMPROVEMENTS] Adding screenshots for the wordpress plugin website

Version 1.0.0-RC3

2016-04-01
* [IMPROVEMENTS] Adding assets : banner and icons.

  • [IMPROVEMENTS] Adding assets : banner and icons.

Version 1.0.0-RC2

2016-03-30
* [IMPROVEMENTS] Update assets for WordPress publication
* [IMPROVEMENTS] Add publish.sh file for publishing version on the SVN repo.

  • [IMPROVEMENTS] Update assets for WordPress publication
  • [IMPROVEMENTS] Add publish.sh file for publishing version on the SVN repo.

Version 1.0.0-RC1

2016-03-24
* [IMPROVEMENTS] : Add Readme.txt for wordpress repo and the icon image.
* [IMPROVEMENTS] : Updating documentation.
* [FEATURES] : Initial features.

  • [IMPROVEMENTS] : Add Readme.txt for wordpress repo and the icon image.
  • [IMPROVEMENTS] : Updating documentation.
  • [FEATURES] : Initial features.

Pricing

Starting from $0 per month.

Check Out the RSS Feed Carousel Widget

By Common Ninja

RSS Feed CarouselTry For Free!

App Info

Rating

Reviewers

2 reviews

Tags

2 Factor
2 step authentication
2-factor authentication
2FA
two factor authentication

Developed By

Fortytwo

Quick & Easy

Find the Best Wordpress plugins for you

Common Ninja has a large selection of powerful Wordpress plugins that are easy to use, fully customizable, mobile-friendly and rich with features — so be sure to check them out!

Testimonial

Testimonial plugins for Wordpress

Galleries

Galleries plugins for Wordpress

SEO

SEO plugins for Wordpress

Contact Form

Contact Form plugins for Wordpress

Forms

Forms plugins for Wordpress

Social Feeds

Social Feeds plugins for Wordpress

Social Sharing

Social Sharing plugins for Wordpress

Events Calendar

Events Calendar plugins for Wordpress

Sliders

Sliders plugins for Wordpress

Analytics

Analytics plugins for Wordpress

Reviews

Reviews plugins for Wordpress

Comments

Comments plugins for Wordpress

Portfolio

Portfolio plugins for Wordpress

Maps

Maps plugins for Wordpress

Security

Security plugins for Wordpress

Translation

Translation plugins for Wordpress

Ads

Ads plugins for Wordpress

Video Player

Video Player plugins for Wordpress

Music Player

Music Player plugins for Wordpress

Backup

Backup plugins for Wordpress

Privacy

Privacy plugins for Wordpress

Optimize

Optimize plugins for Wordpress

Chat

Chat plugins for Wordpress

Countdown

Countdown plugins for Wordpress

Email Marketing

Email Marketing plugins for Wordpress

Tabs

Tabs plugins for Wordpress

Membership

Membership plugins for Wordpress

popup

popup plugins for Wordpress

SiteMap

SiteMap plugins for Wordpress

Payment

Payment plugins for Wordpress

Coming Soon

Coming Soon plugins for Wordpress

Ecommerce

Ecommerce plugins for Wordpress

Customer Support

Customer Support plugins for Wordpress

Inventory

Inventory plugins for Wordpress

Video Player

Video Player plugins for Wordpress

Testimonials

Testimonials plugins for Wordpress

Tabs

Tabs plugins for Wordpress

Social Sharing

Social Sharing plugins for Wordpress

Social Feeds

Social Feeds plugins for Wordpress

Slider

Slider plugins for Wordpress

Reviews

Reviews plugins for Wordpress

Portfolio

Portfolio plugins for Wordpress

Membership

Membership plugins for Wordpress

Forms

Forms plugins for Wordpress

Events Calendar

Events Calendar plugins for Wordpress

Contact

Contact plugins for Wordpress

Comments

Comments plugins for Wordpress

Analytics

Analytics plugins for Wordpress

Common Ninja Apps

Some of the best Common Ninja plugins for Wordpress

Browse our extensive collection of compatible plugins, and easily embed them on any website, blog, online store, e-commerce platform, or site builder.

RSS Feed Carousel for Wordpress logo

RSS Feed Carousel

Show RSS content with an RSS feed carousel that updates automatically, displays posts in a smooth scrolling layout, and keeps visitors engaged.

YouTube Carousel for Wordpress logo

YouTube Carousel

Show YouTube videos with a YouTube carousel that displays clips in a smooth, customizable layout to boost visibility and keep visitors engaged.

Progress Bars for Wordpress logo

Progress Bars

Show progress clearly with animated progress bars that visualize goals, highlight achievements, and keep visitors engaged and motivated.

Image Carousel for Wordpress logo

Image Carousel

Showcase images with an image carousel that rotates or slides visuals, improves design, and draws attention to key content.

AdBlocker Detector for Wordpress logo

AdBlocker Detector

Detect ad blockers on your site to maintain visibility into user behavior and support sustainable ad-based monetization.

YouTube Feed for Wordpress logo

YouTube Feed

Show YouTube videos in a customizable YouTube feed that keeps content fresh, boosts watch time, and helps visitors explore more of your channel.

Charts & Graphs for Wordpress logo

Charts & Graphs

Add charts and graphs to your site to present data clearly, help visitors understand insights faster, and support more confident decision making.

Yelp Reviews for Wordpress logo

Yelp Reviews

Show Yelp reviews to build trust, strengthen credibility, and help visitors make confident decisions that support higher sales.

Consent Form for Wordpress logo

Consent Form

Create consent forms that collect signatures, save submissions, send notifications, and help you manage approvals efficiently.

Tripadvisor Reviews for Wordpress logo

Tripadvisor Reviews

Show Tripadvisor reviews to build trust, improve credibility, and help visitors make confident booking decisions that support higher property sales.

Age Gate for Wordpress logo

Age Gate

Use an age verification popup to validate visitor age, meet regulatory requirements, and ensure only eligible users access restricted content.

March Madness Bracket Maker for Wordpress logo

March Madness Bracket Maker

Create interactive March Madness brackets where users can make predictions, track tournament progress, and compete with others throughout every round.

Discover Apps By Platform

Discover the best apps for your website

WordPress
Wix
Shopify
Weebly
Webflow
Joomla
PrestaShop
Shift4Shop
WebsiteX5
MODX
Opencart
NopCommerce

Common Ninja Search Engine

The Common Ninja Search Engine platform helps website builders find the best site widgets, apps, plugins, tools, add-ons, and extensions! Compatible with all major website building platforms - big or small - and updated regularly, our Search Engine tool provides you with the business tools your site needs!

Multiple platforms