I am totally ignorance of modern web design, so asking here to see if this is even possible, what it would entail, etc. I already have an ecommerce site. I want to add another site, with exclusive, “customers only” content. It would be pretty much just text and images, maybe links to (or embedded?) vids at some point, content that I can easily add to over time. So that’s what I need; a site where the content cannot be saved or copied, and a password system where each customer has their own login. If they were to return their original purchase, I need to be able to rescind their password/login to the site. Is this doable? DETAILS: Customers-only site… I want it so that people can’t save the website (No “Save page as” option), cannot highlight and copy text to their clipboard (no copy n paste), and any other standard measures to keep the common user from being able to copy and pirate the material. What sort of web format allows for that? Regular old HTML? Or something more advanced? Secure login… A unique password (assigned?) to each customer, allowing them access into the exclusive site. Would need a way to quickly and easily add batches of passwords at a time, as well as find and delete/rescind passwords of customers who return their purchase. Ideally would be largely automated. Would be best if their name and/or email was automatically made their password; this way if they return their purchase, it will make it easier to find/delete their password and rescind access. Please note, I have at least a thousand or so existing customers… I have PayPal excel tables of their names, emails, etc. So ideally, I’d like to be able to simply “copy n paste” a field, perhaps their names, emails, whatever, and insert that into a database as their password. That way I can contact all the old customers and already have their passwords inserted into the system. (“Your name as it appeared on your invoice is your password!”) Even better: a system tied in with either my shopping cart (as of now, “WooCommerce”) or with my PayPal, that automatically uses a defined field, (the ship-to name on the invoice, maybe their email, etc.) and automatically pulls it into the password database when they make a purchase. Is this doable? Is there already password software out there that does all this? THANKS!!!