From adb8e4927715f0757c8afda5ff0e14ea5db3e06d Mon Sep 17 00:00:00 2001 From: champsupertramp Date: Sat, 28 May 2016 17:39:59 +0800 Subject: [PATCH] Remove plain text passwords --- core/um-actions-register.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/um-actions-register.php b/core/um-actions-register.php index 309674ee..bc1abc59 100644 --- a/core/um-actions-register.php +++ b/core/um-actions-register.php @@ -124,8 +124,6 @@ $ultimatemember->user->set_registration_details( $args['submitted'] ); - $ultimatemember->user->set_plain_password( $args['user_password'] ); - $ultimatemember->user->set_last_login(); do_action('um_new_user_registration_plain');