Is it possible to make two member profile logins?

I require one for contractors to login to see job listings (private) and one for our clients to update their information. I already have created the pages and thought they were working however they are linking!!! If you login to one, you can see the other!! ahhh!!! HELP!
Any one know if this is possible to do?

Hi savethedatehmua,

It sounds like you can implement something like this using a router. It enables you to decide in code, based on the user’s role, what to display.
(assuming of course that you have that role distinction somewhere)

Check out the articles at Velo: About Routers | Help Center | Wix.com and Velo: Creating a Router | Help Center | Wix.com.
The API reference is at wix-router - Velo API Reference - Wix.com.

Thank you Ofer, I will check it out now and fingers crossed I can do it!!!
I really appreciate your fast response and assistance.

Hi Ofer, I read all three articles however I am still struggling with the very first part ie
Your routing logic is defined in the routers.js file, which can be found in the Backend section of the Site Structure sidebar . There are two main functions that are the entry points to your router.

They are named with the following convention:

  • _router(request)

  • _sitemap(sitemapRequest)

When I access the backend section of the Site Structure sidebar there is no routers.js file? Do I need to create one?

Did you follow the instructions under “Add a Router” in Velo: Creating a Router | Help Center | Wix.com ?

Once you add the first router, the file will be created and scaffolding of the router functions will be created in it.