Looking for help?
How to set password for kitchen view
add this shortcode to your theme / functions.php or in any Snippets plugin to do it .
add_filter('op_kitchen_protected_password',function(){
return '123456'; // change to your password
});