Changeset 3461175
- Timestamp:
- 02/14/2026 03:45:50 AM (6 weeks ago)
- Location:
- user-verification/trunk
- Files:
-
- 3 edited
-
includes/classes/class-manage-verification.php (modified) (1 diff)
-
readme.md (modified) (2 diffs)
-
user-verification.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
user-verification/trunk/includes/classes/class-manage-verification.php
r3074091 r3461175 360 360 361 361 362 $meta_data = $wpdb->get_row($wpdb->prepare("SELECT * FROM $table WHERE meta_value = %s ", $activation_key));362 $meta_data = $wpdb->get_row($wpdb->prepare("SELECT * FROM $table WHERE meta_value = %s AND meta_key = %s", $activation_key, 'user_activation_key')); 363 363 $user_id = $meta_data->user_id; 364 364 -
user-verification/trunk/readme.md
r3442151 r3461175 5 5 Requires at least: 4.1 6 6 Tested up to: 6.9 7 Stable tag: 2.0.4 57 Stable tag: 2.0.46 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 152 152 153 153 154 = 2.0.46 = 155 * 2026-02-14 fix - Broken Authentication vulnerability issue fixed. 156 154 157 = 2.0.45 = 155 158 * 2026-01-19 fix - OTP login security issue fixed. -
user-verification/trunk/user-verification.php
r3442150 r3461175 4 4 Plugin URI: http://pickplugins.com 5 5 Description: Verify user before access on your website. 6 Version: 2.0.4 56 Version: 2.0.46 7 7 Text Domain: user-verification 8 8 Domain Path: /languages
Note: See TracChangeset
for help on using the changeset viewer.