PluginProbe
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor / 4.0.3
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor v4.0.3
4.0.3 4.0.2 4.0.1 4.0.0 3.16.6 3.16.5 3.16.4 3.16.3 3.16.2 3.16.1 3.16.0 3.15.9 3.9.9 3.9.5 3.9.6 3.9.7 3.9.8 1.1.7 1.1.8 1.1.9 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 All 341 releases
← All changes | assets/misc/plugin-compatibilities.php +1 -1 3.16.54.0.3 View file →
@@ -232,9 +232,9 @@
232 232 if( wppb_get_admin_approval_option_value() === 'yes' ) {
233 233 if( isset( $_REQUEST['edd_login_nonce'] ) ) {
234 234 if( wp_get_object_terms( $user_id, 'user_status' ) ) {
235 235 if( isset( $_REQUEST['edd_redirect'] ) ) {
236 - wp_redirect( esc_url_raw( $_REQUEST['edd_redirect'] ) );
236 + wp_redirect( wppb_sanitize_request_url( $_REQUEST['edd_redirect'] ) );
237 237 edd_set_error( 'user_unapproved', __('Your account has to be confirmed by an administrator before you can log in.', 'profile-builder') );
238 238 edd_get_errors();
239 239 edd_die();
240 240 }