Bump. I found an article that suggests using the PHP function:
<?php
if ( !post_password_required() ) {
echo 'protected stuff';
}
?>
But I tried pasting that into my page template and it didn’t work. Am I expected to replace ‘protected stuff’ with something?