I added
add_action( ‘login_head’, array($this, ‘maybe_show_login’ ), 1);
to
wp-content/plugins/password-protected/password-protected.php
right after
add_action( ‘template_redirect’, array( $this, ‘maybe_show_login’ ), 1 );
Though I think that is causing the login/register page to require 2 attempts.