Update 1.0.62

This commit is contained in:
ultimatemember
2015-02-21 01:39:02 +02:00
parent 11c684fdeb
commit 6bc9419c06
17 changed files with 181 additions and 48 deletions
+8
View File
@@ -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' );
}
}
}
/***