mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-20 07:04:06 +09:00
Update 1.0.62
This commit is contained in:
@@ -399,6 +399,14 @@ class UM_Setup {
|
||||
|
||||
}
|
||||
|
||||
if ( !get_option('um_hashed_passwords_fix') ) {
|
||||
update_option('um_hashed_passwords_fix', 1);
|
||||
$users = get_users( array('fields' => 'ID') );
|
||||
foreach( $users as $id ) {
|
||||
delete_user_meta( $id, '_um_cool_but_hard_to_guess_plain_pw' );
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/***
|
||||
|
||||
Reference in New Issue
Block a user