Conditions for your password Protected Page

<?php

if ( ! post_password_required() ) {

echo ‘your stuff’;

}

?>