diff --git a/core/um-fields.php b/core/um-fields.php index 8252f6ef..9f3bbc59 100644 --- a/core/um-fields.php +++ b/core/um-fields.php @@ -439,7 +439,7 @@ class UM_Fields { if ( strstr( $key, 'user_pass' ) && $this->set_mode != 'password' ) return ''; - return $ultimatemember->form->post_form[ $key ]; + return stripslashes_deep( $ultimatemember->form->post_form[ $key ] ); } else if ( um_user( $key ) && $this->editing == true ) {