Base solution for your next web application
Open Closed

It's possible to have host users? #2343


User avatar
0
alexzapros created

Hi,

We are making application where users consuming services provided by tenants. They are registered, have profiles, and other things - but they not affiliate with any tenant.

So they belongs to host side. It' possible to have the host user (not the host admin) in current design?

If can please share how it can be achieved?


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Yes, you can have more than one host user. Just login to system as host admin, and then you can create as many users as you want.

  • User Avatar
    0
    alexzapros created

    Well, but think not creating users from admin.

    But rather let users register themselves. I saw Tenant.DefaultName like 'Default' - but this is a tenant not a host.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Currently, registration for host is not possible. But you can do it by changing a few parts of AccountController's Register action.