Fortytwo - Two Factor Authentication plugin for Wordpress.
=========================================================

Two factor Authentication plugin using Fortytwo.com service. This plugin add 2FA
on Register and Login.

## How to install the plugin ?

### By the Wordpress repository:

Installing "Fortytwo Two Factor Authentication plugin" can be done either by searching for "Fortytwo Two Factor Authentication" via the "Plugins > Add New" screen in your WordPress dashboard (the plugin is available [here](https://wordpress.org/plugins/fortytwo-two-factor-authentication/))

### Dowloading the file:

1. Download the plugin via [WordPress.org](https://wordpress.org/plugins/fortytwo-two-factor-authentication/)
1. Upload the ZIP file through the 'Plugins > Add New > Upload' screen in your WordPress dashboard
1. Activate the plugin through the 'Plugins' menu in WordPress

### You can build the last version from Github:

* Clone the project
* Run the following command on the project directory
```
    composer install
```
* Copy the plugin on your wordpress installation
* Activate the plugin through the 'Plugins' menu in WordPress
