Custom pages for user logins

I want to add specific pages to certain users that register with my website. I want customers to be able to login to their account, and upon login, they will view information that is specific and sensitive to them.

For example, I want someone to register, and once they have logged in, I want them to view a specific page that is tied to that login and that login only.

Is this possible?

Hey
It is possible. If you create a custom ocde to hook up on users login and get their e-mailaddress you can then add a field to you data collection with their e-mailaddress and filter on that. Create a page with a dataset and filter all data on that page by e-mailaddress and take that from the API wix-users. You can even setup a wix-router so they can enter the page yourdomain.com is available for purchase - Sedo.com and when going to that url they will enter their peersonal page.

It demands code but it is doable for sure.

Also checkout this article which is really good