Google Authenticator – WordPress Two Factor Authentication (2FA) - Version 5.0.11

Version Description

  • Google Authenticator (2FA) : Readme Update.
Download this release

Release Info

Developer cyberlord92
Plugin Icon 128x128 Google Authenticator – WordPress Two Factor Authentication (2FA)
Version 5.0.11
Comparing to
See all releases

Code changes from version 5.0.10 to 5.0.11

miniorange_2_factor_configuration.php CHANGED
@@ -645,13 +645,13 @@ function show_2_factor_proxy_setup($user){
645
  <tr>
646
 
647
  <td style="width:30%"><b><span class="impt">*</span><?php echo mo2f_lt( 'Username: ' ); ?></b></td>
648
- <td style="width:70%"><input class="mo2f_table_textbox" type="text" name="proxyUsername" required
649
  value="<?php echo get_option( 'mo2f_proxy_username' ); ?>"/></td>
650
  </tr>
651
  <tr>
652
 
653
  <td style="width:30%"><b><span class="impt">*</span><?php echo mo2f_lt( 'Password: ' ); ?></b></td>
654
- <td style="width:70%"><input class="mo2f_table_textbox" type="password" name="proxyPass" required
655
  value="<?php echo get_option( 'mo2f_proxy_password' ); ?>"/></td>
656
  </tr>
657
 
645
  <tr>
646
 
647
  <td style="width:30%"><b><span class="impt">*</span><?php echo mo2f_lt( 'Username: ' ); ?></b></td>
648
+ <td style="width:70%"><input class="mo2f_table_textbox" type="text" name="proxyUsername"
649
  value="<?php echo get_option( 'mo2f_proxy_username' ); ?>"/></td>
650
  </tr>
651
  <tr>
652
 
653
  <td style="width:30%"><b><span class="impt">*</span><?php echo mo2f_lt( 'Password: ' ); ?></b></td>
654
+ <td style="width:70%"><input class="mo2f_table_textbox" type="password" name="proxyPass"
655
  value="<?php echo get_option( 'mo2f_proxy_password' ); ?>"/></td>
656
  </tr>
657
 
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 Authenticator, QR Code, Push Notification, Soft Token and Security Questions(KBA) for 1 User in the free version of the plugin.
6
- * Version: 5.0.10
7
  * Author: miniOrange
8
  * Author URI: https://miniorange.com
9
  * License: GPL2
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 Authenticator, QR Code, Push Notification, Soft Token and Security Questions(KBA) for 1 User in the free version of the plugin.
6
+ * Version: 5.0.11
7
  * Author: miniOrange
8
  * Author URI: https://miniorange.com
9
  * License: GPL2
readme.txt CHANGED
@@ -1,11 +1,11 @@
1
- === Google Authenticator - Two Factor Authentication (2FA) ===
2
  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.4
7
  Requires PHP: 5.3.0
8
- Stable tag: 5.0.10
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -219,6 +219,9 @@ miniOrange authentication service has 15+ authentication methods.One time passco
219
 
220
  == Changelog ==
221
 
 
 
 
222
  = 5.0.10 =
223
  * Google Authenticator (2FA) : Added Proxy Setup feature.
224
 
@@ -499,6 +502,9 @@ More descriptive setup messages and UI changes.
499
 
500
  == Upgrade Notice ==
501
 
 
 
 
502
  = 5.0.10 =
503
  * Google Authenticator (2FA) : Added Proxy Setup feature.
504
 
1
+ === Google Authenticator - Wordpress Two Factor Authentication (2FA) ===
2
  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.4
7
  Requires PHP: 5.3.0
8
+ Stable tag: 5.0.11
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
219
 
220
  == Changelog ==
221
 
222
+ = 5.0.11 =
223
+ * Google Authenticator (2FA) : Readme Update.
224
+
225
  = 5.0.10 =
226
  * Google Authenticator (2FA) : Added Proxy Setup feature.
227
 
502
 
503
  == Upgrade Notice ==
504
 
505
+ = 5.0.11 =
506
+ * Google Authenticator (2FA) : Readme Update.
507
+
508
  = 5.0.10 =
509
  * Google Authenticator (2FA) : Added Proxy Setup feature.
510