PluginProbe
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP / 1.2.43
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP v1.2.43
1.2.72 1.2.71 1.2.70 1.2.69 1.2.68 1.2.67 1.2.66 1.2.65 1.2.64 1.2.63 trunk 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.20 1.0.21 1.0.22 1.0.23 All 172 releases
← All changes | admin/class-admin.php +0 -8 1.2.651.2.43 View file →
@@ -1325,16 +1325,8 @@
1325 1325 if ( ! isset( $_GET['uwp_change_user_type'], $_GET['uwp_new_user_type'] ) ) {
1326 1326 return;
1327 1327 }
1328 1328
1329 - if ( ! isset( $_GET['_wpnonce'] ) || ! wp_verify_nonce( $_GET['_wpnonce'], 'bulk-users' ) ) {
1330 - wp_die( __( 'Security check failed. Please try again.' ) );
1331 - }
1332 -
1333 - if ( ! current_user_can( 'edit_users' ) ) {
1334 - wp_die( __( 'You do not have permission to perform this action.' ) );
1335 - }
1336 -
1337 1329 $new_user_type = absint( $_GET['uwp_new_user_type'] );
1338 1330
1339 1331 if ( ! $new_user_type ) {
1340 1332 return;