I found this two lines in your plugin:
add_action( ‘wp_ajax_save_rating’, array( ‘mr_rating_form’, ‘save_rating’ ) );
add_action( ‘wp_ajax_nopriv_save_rating’, array(mr_rating_form’, ‘save_rating’ ) );
but still not logged users can’t vote ??
Can you please help with this ?