I also read somewhere that they updated the define statements to
define( 'CUSTOM_USER_TABLE', $table_prefix.'my_users' );
define( 'CUSTOM_USERMETA_TABLE', $table_prefix.'my_usermeta' );
from the original (note the lacking underscore between USERMETA) is this still true or no?