Version Description
- Google Authenticator (2FA) : Tested upto 4.9.4 and Removed External links
Download this release
Release Info
Developer | cyberlord92 |
Plugin | Google Authenticator – WordPress Two Factor Authentication (2FA) |
Version | 4.5.8 |
Comparing to | |
See all releases |
Code changes from version 4.5.7 to 4.5.8
class-miniorange-2-factor-pass2fa-login.php
CHANGED
@@ -840,10 +840,6 @@ class Miniorange_Password_2Factor_Login{
|
|
840 |
function mo_2_factor_pass2login_show_wp_login_form(){
|
841 |
?>
|
842 |
<p><input type="hidden" name="miniorange_login_nonce" value="<?php echo wp_create_nonce('miniorange-2-factor-login-nonce'); ?>" />
|
843 |
-
<a href="http://miniorange.com/cloud-identity-broker-service" style="display:none;"></a>
|
844 |
-
<a href="http://miniorange.com/strong_auth" style="display:none;"></a>
|
845 |
-
<a href="http://miniorange.com/single-sign-on-sso" style="display:none;"></a>
|
846 |
-
<a href="http://miniorange.com/fraud" style="display:none;"></a>
|
847 |
</p>
|
848 |
|
849 |
<?php
|
840 |
function mo_2_factor_pass2login_show_wp_login_form(){
|
841 |
?>
|
842 |
<p><input type="hidden" name="miniorange_login_nonce" value="<?php echo wp_create_nonce('miniorange-2-factor-login-nonce'); ?>" />
|
|
|
|
|
|
|
|
|
843 |
</p>
|
844 |
|
845 |
<?php
|
miniorange_2_factor_settings.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: miniOrange 2 Factor Authentication
|
4 |
* Plugin URI: http://miniorange.com
|
5 |
* Description: This plugin provides various two-factor authentication methods as an additional layer of security for wordpress login. We Support Phone Call, SMS, Email Verification, QR Code, Push, Soft Token, Google Authenticator, Authy, Security Questions(KBA), Woocommerce front-end login, Shortcodes for custom login pages.
|
6 |
-
* Version: 4.5.
|
7 |
* Author: miniOrange
|
8 |
* Author URI: http://miniorange.com
|
9 |
* License: GPL2
|
3 |
* Plugin Name: miniOrange 2 Factor Authentication
|
4 |
* Plugin URI: http://miniorange.com
|
5 |
* Description: This plugin provides various two-factor authentication methods as an additional layer of security for wordpress login. We Support Phone Call, SMS, Email Verification, QR Code, Push, Soft Token, Google Authenticator, Authy, Security Questions(KBA), Woocommerce front-end login, Shortcodes for custom login pages.
|
6 |
+
* Version: 4.5.8
|
7 |
* Author: miniOrange
|
8 |
* Author URI: http://miniorange.com
|
9 |
* License: GPL2
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: cyberlord92,
|
|
3 |
Donate link: https://miniorange.com/
|
4 |
Tags: google authenticator, two factor authentication, two factor, 2FA, 2 factor authentication, two step verification, 1 google authenticator, login, authy, authy two factor, Clef, 2 Factor, yubico, Two-Factor Authentication, Mobile Authentication, otp, strong authentication, 2 step authentication, smartphone authentication, Multifactor authentication, multi factor authentication, multi factor, no password, passwordless login, security, website security, one time passcode, password, soft token, woocommerce, authenticate, two factor auth, two-factor, duo, QR Code, QR Code Authentication, scan QR Code, wordfence, login security, google authenticator, google , email verification, trusted device, device Id , KBA , knowledge based authentication
|
5 |
Requires at least: 3.0.1
|
6 |
-
Tested up to: 4.9
|
7 |
-
Stable tag: 4.5.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -250,6 +250,9 @@ miniOrange authentication service has 15+ authentication methods.One time passco
|
|
250 |
|
251 |
== Changelog ==
|
252 |
|
|
|
|
|
|
|
253 |
= 4.5.7 =
|
254 |
* Google Authenticator (2FA) : Minor bug fixes.
|
255 |
|
@@ -484,6 +487,9 @@ More descriptive setup messages and UI changes.
|
|
484 |
|
485 |
== Upgrade Notice ==
|
486 |
|
|
|
|
|
|
|
487 |
= 4.5.7 =
|
488 |
* Google Authenticator (2FA) : Minor bug fixes.
|
489 |
|
3 |
Donate link: https://miniorange.com/
|
4 |
Tags: google authenticator, two factor authentication, two factor, 2FA, 2 factor authentication, two step verification, 1 google authenticator, login, authy, authy two factor, Clef, 2 Factor, yubico, Two-Factor Authentication, Mobile Authentication, otp, strong authentication, 2 step authentication, smartphone authentication, Multifactor authentication, multi factor authentication, multi factor, no password, passwordless login, security, website security, one time passcode, password, soft token, woocommerce, authenticate, two factor auth, two-factor, duo, QR Code, QR Code Authentication, scan QR Code, wordfence, login security, google authenticator, google , email verification, trusted device, device Id , KBA , knowledge based authentication
|
5 |
Requires at least: 3.0.1
|
6 |
+
Tested up to: 4.9.4
|
7 |
+
Stable tag: 4.5.8
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
250 |
|
251 |
== Changelog ==
|
252 |
|
253 |
+
= 4.5.8 =
|
254 |
+
* Google Authenticator (2FA) : Tested upto 4.9.4 and Removed External links
|
255 |
+
|
256 |
= 4.5.7 =
|
257 |
* Google Authenticator (2FA) : Minor bug fixes.
|
258 |
|
487 |
|
488 |
== Upgrade Notice ==
|
489 |
|
490 |
+
= 4.5.8 =
|
491 |
+
* Google Authenticator (2FA) : Tested upto 4.9.4 and Removed External links
|
492 |
+
|
493 |
= 4.5.7 =
|
494 |
* Google Authenticator (2FA) : Minor bug fixes.
|
495 |
|