How to set up 2 different login methods

I’m planning on building a site through Wix where people are either classified as a seller or a buyer. If they are a seller they will sign in and list the item that they can sell. And if they are a buyer then they can sign in and look for the item that they want to buy. I’m looking to do something similar to how FIVERR works and am just wondering if this is possible. It seems more complicated than just dragging and dropping items so I assume some coding will be required. Thanks in advance

You said you needed 2 login methods but it looks like you just want to assign 2 different roles to the members and display content in accordance. Is that what you want?

That’s basically it. They need to be assigned to either a seller or buyer when they sign up

You can use assignRole() to set a role for each member after they register.
https://www.wix.com/corvid/reference/wix-users-backend/roles-obj/assignrole

Thanks. If I need any help in the future with it I’ll probably pop back up on this post

Hello, noah , I hope you are already done with that part of your website , can you share how did u work with assignRole() function, I keep copying and it still doesn’t work for me somehow