fortytwo / wordpress-plugin-two-factor-authentication
Fortytwo’s Two-Factor Authentication (2FA) for your wordpress website. Adding 2FA on Registration and Login process.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 2
Type:wordpress-plugin
Requires
- php: >=5.3.2
- composer/installers: v1.0.6
- fortytwo/php-sdk-two-factor-authentication: ^1.4.1
This package is not auto-updated.
Last update: 2024-12-14 00:32:35 UTC
README
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)
Dowloading the file:
- Download the plugin via WordPress.org
- Upload the ZIP file through the 'Plugins > Add New > Upload' screen in your WordPress dashboard
- 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