Seems that it is missing from cPanel.
HOW TO:
1. Open/create .htaccess file in directory in question
2. Add lines:
AuthType Basic
AuthName "Igor's Secret Den"
AuthUserFile /home/igor/.htpasswd
Require valid-user
Adjusting AuthName and file path accordingly (ie replace "igor" with your cPanel...