Make a page password protected from database passwords.

Hi there …

You can use Pricing Plans for that matter, or if you absolutely have to have the password login box from a database, you can create a multi state box, the first state of course is the login box, and send the password and run a check against it on the backend, and return the necessary data to the frontend after that, this way your data will remain secure, and it’ll not be exposed unless the password matched an entry on the database.

Ahmad