/home/smartbloks/www/help.smartbloks.ai/wp-content/themes/docly/bbpress/form-protected.php
<?php

/**
 * Password Protected
 *
 * @package bbPress
 * @subpackage Theme
 */

// Exit if accessed directly
defined( 'ABSPATH' ) || exit;

?>

<div id="bbpress-forums" class="bbpress-wrapper">
	<fieldset class="bbp-form" id="bbp-protected">
		<Legend><?php esc_html_e( 'Protected', 'docly' ); ?></legend>

		<?php echo get_the_password_form(); ?>

	</fieldset>
</div>