I am planning to create my own profile page, replacing the existing BuddyPress one, and I want the photo gallery on the new profile page to be password-protected. The idea is for a member to upload images using Forms to create a gallery, set a password to protect the images, and then share the password with friends to allow them access to the gallery.
Solution:
Creating such a profile page would require a separate custom post type. However, it's important to note that Toolset does not support the creation of password-protected posts natively. Custom development along with the Toolset Forms API would be needed to achieve this feature.