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

Version Description

  • Google Authenticator (2FA) : Minor bug fixes.
Download this release

Release Info

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

Code changes from version 4.5.5 to 4.5.7

miniorange_2_factor_configuration.php CHANGED
@@ -201,7 +201,7 @@
201
  <td><b><font color="#FF0000">*</font>Company/Organisation:</b></td>
202
  <td><input class="mo2f_table_textbox" type="text" name="company"
203
  required placeholder="Your company name"
204
- value="<?php echo (get_option('mo2f_admin_company') == '') ? site_url() : get_option('mo2f_admin_company');?>" /></td>
205
  </tr>
206
  <tr>
207
  <td><b>First Name:</b></td>
@@ -224,7 +224,7 @@
224
 
225
  <tr>
226
  <td><b><font color="#FF0000">*</font>Password :</b></td>
227
- <td><input class="mo2f_table_textbox" type="password" required name="password" placeholder="Choose your password with minimun 6 characters" /></td>
228
  </tr>
229
  <tr>
230
  <td><b><font color="#FF0000">*</font>Confirm Password :</b></td>
201
  <td><b><font color="#FF0000">*</font>Company/Organisation:</b></td>
202
  <td><input class="mo2f_table_textbox" type="text" name="company"
203
  required placeholder="Your company name"
204
+ value="<?php echo (get_option('mo2f_admin_company') == '') ? $_SERVER['SERVER_NAME'] : get_option('mo2f_admin_company');?>" /></td>
205
  </tr>
206
  <tr>
207
  <td><b>First Name:</b></td>
224
 
225
  <tr>
226
  <td><b><font color="#FF0000">*</font>Password :</b></td>
227
+ <td><input class="mo2f_table_textbox" type="password" required name="password" placeholder="Choose your password with minimum 6 characters" /></td>
228
  </tr>
229
  <tr>
230
  <td><b><font color="#FF0000">*</font>Confirm Password :</b></td>
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.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.7
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.8.2
7
- Stable tag: 4.5.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -119,6 +119,15 @@ For support please email us at info@miniorange.com or call us at +1 978 658 9387
119
 
120
  == Frequently Asked Questions ==
121
 
 
 
 
 
 
 
 
 
 
122
  = I want to enable Two-Factor( 2FA ) role wise ? =
123
 
124
  You can select the roles under Login Settings tab to enable the plugin role wise. [PREMIUM FEATURE]
@@ -241,6 +250,12 @@ miniOrange authentication service has 15+ authentication methods.One time passco
241
 
242
  == Changelog ==
243
 
 
 
 
 
 
 
244
  = 4.5.5 =
245
  * Google Authenticator (2FA) : 404 bug fixes.
246
 
@@ -469,6 +484,12 @@ More descriptive setup messages and UI changes.
469
 
470
  == Upgrade Notice ==
471
 
 
 
 
 
 
 
472
  = 4.5.5 =
473
  * Google Authenticator (2FA) : 404 bug fixes.
474
 
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.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
119
 
120
  == Frequently Asked Questions ==
121
 
122
+ = How do I gain access to my website if I get locked out? =
123
+
124
+ You can obtain access to your website by one of the below options:
125
+
126
+ 1. If you have an additional administrator account whose Two Factor is not enabled yet, you can login with it.
127
+ 2. If you had setup KBA questions earlier, you can use them as an alternate method to login to your website.
128
+ 3. Rename the plugin from FTP - this disables the 2FA plugin and you will be able to login with your Wordpress username and password.
129
+ 4. Go to WordPress Database. Select wp_options, search for mo2f_activate_plugin key and update its value to 0. Two Factor will get disabled.
130
+
131
  = I want to enable Two-Factor( 2FA ) role wise ? =
132
 
133
  You can select the roles under Login Settings tab to enable the plugin role wise. [PREMIUM FEATURE]
250
 
251
  == Changelog ==
252
 
253
+ = 4.5.7 =
254
+ * Google Authenticator (2FA) : Minor bug fixes.
255
+
256
+ = 4.5.6 =
257
+ * Google Authenticator (2FA) : Tested upto Wordpress 4.9.
258
+
259
  = 4.5.5 =
260
  * Google Authenticator (2FA) : 404 bug fixes.
261
 
484
 
485
  == Upgrade Notice ==
486
 
487
+ = 4.5.7 =
488
+ * Google Authenticator (2FA) : Minor bug fixes.
489
+
490
+ = 4.5.6 =
491
+ * Google Authenticator (2FA) : Tested upto Wordpress 4.9.
492
+
493
  = 4.5.5 =
494
  * Google Authenticator (2FA) : 404 bug fixes.
495