Remove limit login attempts in SiteGround Security on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_action( 'init', 'remove_unsuccessfull_attempts_block' );
function remove_unsuccessfull_attempts_block() {
update_option( 'sg_security_unsuccessful_login', array() );
}