Version Description
- Google Authenticator - Two Factor Authentication (2FA, OTP) :
- OTP over Telegram Fixes
Download this release
Release Info
Developer | cyberlord92 |
Plugin | Google Authenticator – WordPress Two Factor Authentication (2FA) |
Version | 5.4.25 |
Comparing to | |
See all releases |
Code changes from version 5.4.24 to 5.4.25
- handler/twofa/setup_twofa.php +1 -1
- miniorange_2_factor_settings.php +2 -2
- readme.txt +10 -2
handler/twofa/setup_twofa.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
include $setup_dirName.'setup_kba_questions.php';
|
8 |
include $setup_dirName.'setup_miniorange_authenticator.php';
|
9 |
include $setup_dirName.'setup_otp_over_sms.php';
|
10 |
-
include $setup_dirName.'
|
11 |
include $setup_dirName.'setup_otp_over_whatsapp.php';
|
12 |
include $test_dirName.'test_twofa_email_verification.php';
|
13 |
include $test_dirName.'test_twofa_google_authy_authenticator.php';
|
7 |
include $setup_dirName.'setup_kba_questions.php';
|
8 |
include $setup_dirName.'setup_miniorange_authenticator.php';
|
9 |
include $setup_dirName.'setup_otp_over_sms.php';
|
10 |
+
include $setup_dirName.'setup_otp_over_telegram.php';
|
11 |
include $setup_dirName.'setup_otp_over_whatsapp.php';
|
12 |
include $test_dirName.'test_twofa_email_verification.php';
|
13 |
include $test_dirName.'test_twofa_google_authy_authenticator.php';
|
miniorange_2_factor_settings.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: miniOrange 2 Factor Authentication
|
4 |
* Plugin URI: https://miniorange.com
|
5 |
* Description: This plugin provides various two-factor authentication methods as an additional layer of security after the default wordpress login. We Support Google/Authy/LastPass Authenticator, QR Code, Push Notification, Soft Token and Security Questions(KBA) for 3 User in the free version of the plugin.
|
6 |
-
* Version: 5.4.
|
7 |
* Author: miniOrange
|
8 |
* Author URI: https://miniorange.com
|
9 |
* Text Domain: miniorange-2-factor-authentication
|
@@ -11,7 +11,7 @@
|
|
11 |
*/
|
12 |
include_once dirname(__FILE__).DIRECTORY_SEPARATOR.'database'.DIRECTORY_SEPARATOR.'mo2f_db_options.php';
|
13 |
define( 'MO_HOST_NAME', 'https://login.xecurify.com' );
|
14 |
-
define( 'MO2F_VERSION', '5.4.
|
15 |
define( 'MO2F_TEST_MODE', false );
|
16 |
define( 'MO2F_IS_ONPREM', get_option('is_onprem'));
|
17 |
class Miniorange_twoFactor{
|
3 |
* Plugin Name: miniOrange 2 Factor Authentication
|
4 |
* Plugin URI: https://miniorange.com
|
5 |
* Description: This plugin provides various two-factor authentication methods as an additional layer of security after the default wordpress login. We Support Google/Authy/LastPass Authenticator, QR Code, Push Notification, Soft Token and Security Questions(KBA) for 3 User in the free version of the plugin.
|
6 |
+
* Version: 5.4.25
|
7 |
* Author: miniOrange
|
8 |
* Author URI: https://miniorange.com
|
9 |
* Text Domain: miniorange-2-factor-authentication
|
11 |
*/
|
12 |
include_once dirname(__FILE__).DIRECTORY_SEPARATOR.'database'.DIRECTORY_SEPARATOR.'mo2f_db_options.php';
|
13 |
define( 'MO_HOST_NAME', 'https://login.xecurify.com' );
|
14 |
+
define( 'MO2F_VERSION', '5.4.25' );
|
15 |
define( 'MO2F_TEST_MODE', false );
|
16 |
define( 'MO2F_IS_ONPREM', get_option('is_onprem'));
|
17 |
class Miniorange_twoFactor{
|
readme.txt
CHANGED
@@ -4,9 +4,9 @@ Contributors: cyberlord92, twofactor, hsn97
|
|
4 |
Tags: google authenticator, two factor authentication, two factor, 2FA,two-step verification, mobile verification,OTP, two-step verification, mobile verification,two factor,Two step verification, 2FA, TFA, MFA, 2 factor authentication, Remember Device, OTP,WordPress otp, two step authentication,Clef,SMS, email, signup security, two factor auth, Mobile Authentication, strong authentication, 2 step authentication, mobile verification,Multifactor authentication, passwordless login, one time passcode, soft token Authentication, QR Code Authentication, email verification, KBA, Security Questions,2FA, login OTP, login with SMS, mobile login, phone login, OTP login, mobile verification,knowledge based authentication,authy, authy two factor,yubico,Two-Factor Authentication,WordPress otp, security,user security, Twilio WordPress, SMS gateway, Solutions Infini, Clickatell, BulkSMS, MSG91, Nexmo, SMS Country, message, woocommerce, website security, login security, multi factor authentication, multi factor,wordfence, IP Blocking, IP Whitelisting, login Audits, woocommerce, SMS login, passwordless login, auth, login with OTP WordPress, OTP, two-step authentication, Mobile Authentication, passwordless login, login without password, passwordless authentication, secure login, temporary login, temporary access, one time passcode, email verification, security, website security, login security, multi-factor authentication, woocommerce, smartphone, WordPress otp, register with OTP, user OTP verification, SMS OTP, OTP Email, registration with OTP verification, registration verification,smartphone authentication
|
5 |
Donate link: https://miniorange.com/
|
6 |
Requires at least: 3.0.1
|
7 |
-
Tested up to: 5.
|
8 |
Requires PHP: 5.3.0
|
9 |
-
Stable tag: 5.4.
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -351,6 +351,10 @@ miniOrange authentication service has 15+ authentication methods.One time passco
|
|
351 |
|
352 |
== Changelog ==
|
353 |
|
|
|
|
|
|
|
|
|
354 |
= 5.4.24 =
|
355 |
* Google Authenticator - Two Factor Authentication (2FA, OTP) :
|
356 |
* OTP over Whatsapp
|
@@ -917,6 +921,10 @@ More descriptive setup messages and UI changes.
|
|
917 |
|
918 |
== Upgrade Notice ==
|
919 |
|
|
|
|
|
|
|
|
|
920 |
= 5.4.24 =
|
921 |
* Google Authenticator - Two Factor Authentication (2FA, OTP) :
|
922 |
* OTP over Whatsapp
|
4 |
Tags: google authenticator, two factor authentication, two factor, 2FA,two-step verification, mobile verification,OTP, two-step verification, mobile verification,two factor,Two step verification, 2FA, TFA, MFA, 2 factor authentication, Remember Device, OTP,WordPress otp, two step authentication,Clef,SMS, email, signup security, two factor auth, Mobile Authentication, strong authentication, 2 step authentication, mobile verification,Multifactor authentication, passwordless login, one time passcode, soft token Authentication, QR Code Authentication, email verification, KBA, Security Questions,2FA, login OTP, login with SMS, mobile login, phone login, OTP login, mobile verification,knowledge based authentication,authy, authy two factor,yubico,Two-Factor Authentication,WordPress otp, security,user security, Twilio WordPress, SMS gateway, Solutions Infini, Clickatell, BulkSMS, MSG91, Nexmo, SMS Country, message, woocommerce, website security, login security, multi factor authentication, multi factor,wordfence, IP Blocking, IP Whitelisting, login Audits, woocommerce, SMS login, passwordless login, auth, login with OTP WordPress, OTP, two-step authentication, Mobile Authentication, passwordless login, login without password, passwordless authentication, secure login, temporary login, temporary access, one time passcode, email verification, security, website security, login security, multi-factor authentication, woocommerce, smartphone, WordPress otp, register with OTP, user OTP verification, SMS OTP, OTP Email, registration with OTP verification, registration verification,smartphone authentication
|
5 |
Donate link: https://miniorange.com/
|
6 |
Requires at least: 3.0.1
|
7 |
+
Tested up to: 5.6
|
8 |
Requires PHP: 5.3.0
|
9 |
+
Stable tag: 5.4.25
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
351 |
|
352 |
== Changelog ==
|
353 |
|
354 |
+
= 5.4.25 =
|
355 |
+
* Google Authenticator - Two Factor Authentication (2FA, OTP) :
|
356 |
+
* OTP over Telegram Fixes
|
357 |
+
|
358 |
= 5.4.24 =
|
359 |
* Google Authenticator - Two Factor Authentication (2FA, OTP) :
|
360 |
* OTP over Whatsapp
|
921 |
|
922 |
== Upgrade Notice ==
|
923 |
|
924 |
+
= 5.4.25 =
|
925 |
+
* Google Authenticator - Two Factor Authentication (2FA, OTP) :
|
926 |
+
* OTP over Telegram Fixes
|
927 |
+
|
928 |
= 5.4.24 =
|
929 |
* Google Authenticator - Two Factor Authentication (2FA, OTP) :
|
930 |
* OTP over Whatsapp
|