Registration users

Hello, can we divide the registered users into two teams within one application ?? I have customers and entrepreneurs … But the customer can log in to entrepreneurs and vice versa. I don’t want to do two applications.

Thanks :slight_smile:

I believe apphive has the member data base per app. If you want that you need to have two different applications. Nevertheless, a work around might be the use of custom user data, after you validate a member account in the sign up, you can check a custom data named type_user, for example, that variable can be customer or entrepeneur, you can redirect the user to the repective UI/UX that you have designed.

But also you can still work in the way that you have been working an modify the UI/UX dynamically.

Best Regards