Individual passwords for each client

I have a website for a software company. I need to add a password protected download page, but don’t want to use the same password for all users. In order to access the download page, they need to enter their own unique user name and authorization code, so the site should have 2 fields/boxes for the customer to enter their 1) username and 2) authorization code. Our old page confirms the user/authorization code via an API and we would like to keep it that way. Lastly, they need to accept our Privacy Policy and Terms of Use before they sign in, so the sign in button needs to be conditional on them checking a box to state that they accept both those policies. Meaning they can’t click “Enter” until the box stating that they accept both policies is checked. A screenshot of our old site is below. Will that be possible here on WIX?

Hello Stefan,

Yes this is possible, you can add required fields to the form as well as generate and then store authorization keys in collections. Then you will need to query the user and see if the auth key matches what is in the collection.

Goodluck!

Thank you Majd. I will give this a try. I am TOTALLY new to this but will see if it’s simple enough.