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

Version Description

  • Google Authenticator - Two factor Authentication (2FA, OTP) :
  • Bug fix - headers already sent in messages.php
Download this release

Release Info

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

Code changes from version 5.6.3 to 5.6.4

controllers/twofa/mo2fa_common_login.php CHANGED
@@ -88,7 +88,7 @@ function mo2fa_prompt_mfa_form_for_user($configure_array_method,$session_id_encr
88
 
89
  }
90
 
91
- ?>
92
 
93
  <?php mo2f_customize_logo() ?>
94
  </div>
88
 
89
  }
90
 
91
+ ?>
92
 
93
  <?php mo2f_customize_logo() ?>
94
  </div>
controllers/twofa/two_fa_unlimittedUser_ajax.php CHANGED
@@ -44,4 +44,4 @@ function wpns_handle_save()
44
  return;
45
  }
46
  }new WPNS_unlimittedUser();
47
- ?>
44
  return;
45
  }
46
  }new WPNS_unlimittedUser();
47
+ ?>
helper/messages.php CHANGED
@@ -189,7 +189,7 @@
189
  &nbsp;
190
  <input type="hidden" name="mo2f_remove_network_security" value="1" />
191
  <div style="text-align:center;">
192
- <button type=submit class="mo2f-acknowledge-button" id="mo2f-acknowledge-button"><u>Dismiss</u></a>
193
  </div>
194
  </form>
195
  </div>
@@ -201,11 +201,6 @@
201
  'recaptcha_notification_option' => MoWpnsMessages::GOOGLE_RECAPTCHA_NOTICE,
202
  'waf_notification_option' => MoWpnsMessages::WAF_NOTICE
203
  );
204
-
205
-
206
-
207
-
208
-
209
  public static function showMessage($message , $data=array())
210
  {
211
  $message = constant( "self::".$message );
@@ -215,11 +210,4 @@
215
  }
216
  return $message;
217
  }
218
-
219
-
220
- }
221
- ?>
222
-
223
-
224
-
225
-
189
  &nbsp;
190
  <input type="hidden" name="mo2f_remove_network_security" value="1" />
191
  <div style="text-align:center;">
192
+ <button type="submit" class="mo2f-acknowledge-button" id="mo2f-acknowledge-button"><u>Dismiss</u></a>
193
  </div>
194
  </form>
195
  </div>
201
  'recaptcha_notification_option' => MoWpnsMessages::GOOGLE_RECAPTCHA_NOTICE,
202
  'waf_notification_option' => MoWpnsMessages::WAF_NOTICE
203
  );
 
 
 
 
 
204
  public static function showMessage($message , $data=array())
205
  {
206
  $message = constant( "self::".$message );
210
  }
211
  return $message;
212
  }
213
+ }
 
 
 
 
 
 
 
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 TFA 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.6.3
7
  * Author: miniOrange
8
  * Author URI: https://miniorange.com
9
  * Text Domain: miniorange-2-factor-authentication
@@ -14,7 +14,7 @@
14
  require dirname(__FILE__).DIRECTORY_SEPARATOR.'views'.DIRECTORY_SEPARATOR.'email-IPaddress.php';
15
 
16
  define( 'MO_HOST_NAME', 'https://login.xecurify.com' );
17
- define( 'MO2F_VERSION', '5.6.3' );
18
  define( 'MO2F_PLUGIN_URL', (plugin_dir_url(__FILE__)));
19
  define( 'MO2F_TEST_MODE', false );
20
  define( 'MO2F_IS_ONPREM', get_option('is_onprem'));
3
  * Plugin Name: miniOrange 2 Factor Authentication
4
  * Plugin URI: https://miniorange.com
5
  * Description: This TFA 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.6.4
7
  * Author: miniOrange
8
  * Author URI: https://miniorange.com
9
  * Text Domain: miniorange-2-factor-authentication
14
  require dirname(__FILE__).DIRECTORY_SEPARATOR.'views'.DIRECTORY_SEPARATOR.'email-IPaddress.php';
15
 
16
  define( 'MO_HOST_NAME', 'https://login.xecurify.com' );
17
+ define( 'MO2F_VERSION', '5.6.4' );
18
  define( 'MO2F_PLUGIN_URL', (plugin_dir_url(__FILE__)));
19
  define( 'MO2F_TEST_MODE', false );
20
  define( 'MO2F_IS_ONPREM', get_option('is_onprem'));
readme.txt CHANGED
@@ -4,9 +4,9 @@ Contributors: twofactor, twofactorauthentication, hsn97,cyberlord92
4
  Tags: google authenticator, two-factor, two-factor authentication, OTP Authentication, 2FA , wp 2fa, 2-factor authentication, multi-factor authentication, MFA, Remember Device, OTP Over Telegram, passwordless login, email verification, Security Questions, FIDO, FIDO2, Webauthn, SMS login, OTP Over SMS and Email, OTP over Whatsapp, Whatsapp 2FA, QR Code Authentication, WordPress Authentication.
5
  Donate link: https://miniorange.com/
6
  Requires at least: 3.0.1
7
- Tested up to: 6.0.3
8
  Requires PHP: 5.3.0
9
- Stable tag: 5.6.3
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
@@ -219,6 +219,10 @@ You should go to <b>Setup Two-Factor (2FA) </b> Tab and click on <b>Reconfigure<
219
 
220
  == Changelog ==
221
 
 
 
 
 
222
  = 5.6.3 =
223
  * Google Authenticator - Two factor Authentication (2FA, OTP) :
224
  * Skip-2 factor option removed from inline setup
@@ -242,6 +246,10 @@ For older changelog entries, please see the [additional changelog.txt file](http
242
 
243
  == Upgrade Notice ==
244
 
 
 
 
 
245
  = 5.6.3 =
246
  * Google Authenticator - Two factor Authentication (2FA, OTP) :
247
  * Skip-2 factor option removed from inline setup
4
  Tags: google authenticator, two-factor, two-factor authentication, OTP Authentication, 2FA , wp 2fa, 2-factor authentication, multi-factor authentication, MFA, Remember Device, OTP Over Telegram, passwordless login, email verification, Security Questions, FIDO, FIDO2, Webauthn, SMS login, OTP Over SMS and Email, OTP over Whatsapp, Whatsapp 2FA, QR Code Authentication, WordPress Authentication.
5
  Donate link: https://miniorange.com/
6
  Requires at least: 3.0.1
7
+ Tested up to: 6.1
8
  Requires PHP: 5.3.0
9
+ Stable tag: 5.6.4
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
219
 
220
  == Changelog ==
221
 
222
+ = 5.6.4 =
223
+ * Google Authenticator - Two factor Authentication (2FA, OTP) :
224
+ * Bug fix - headers already sent in messages.php
225
+
226
  = 5.6.3 =
227
  * Google Authenticator - Two factor Authentication (2FA, OTP) :
228
  * Skip-2 factor option removed from inline setup
246
 
247
  == Upgrade Notice ==
248
 
249
+ = 5.6.4 =
250
+ * Google Authenticator - Two factor Authentication (2FA, OTP) :
251
+ * Bug fix - headers already sent in messages.php
252
+
253
  = 5.6.3 =
254
  * Google Authenticator - Two factor Authentication (2FA, OTP) :
255
  * Skip-2 factor option removed from inline setup