Base solution for your next web application
Open Closed

Activating Tenants #4686


User avatar
0
cyklussoftware created

I am running the latest version of ASP.NET Core + jQuery in VS 2017

I created a new Edition (Paid) with a 14 day trial I created a new Tenant (Free Trial with Paid edition) from the Login page screen using the New Tenant link (to test how a customer would create a tenant) I got the message "Your account is waiting to be activated by system admin". Does this mean an activation email is sent to the Tenant (obviously not working on the dev machine), or does that mean I need to manually activate the Tenant?

Anyways, I logged into the Host account, navigated to Tenants, and clicked "Edit" on the new Tenant. I tried to set the "IsActive" flag in the editing menu. When I click Save, nothing happens. I noticed that there is an error in the Google Chrome debugger that says "Uncaught TypeError: Cannot read property 'apply' of undefined".

Is this intended behavior because a valid email activation is required for New Tenants? Or is it a bug with the Trial period?

Note: I can set IsActive on a New Tenant using the Standard (Free, Unlimited Duration) edition.


1 Answer(s)
  • User Avatar
    0
    alper created
    Support Team

    hi,

    Tenant needs to login their email and confirm the registration. But in the development environment, no emails are being sent. Just check the Logs... You'll see the confirmation code to enable tenant.

    by the way there's a setting in host>settings page. If you check. the following option then tenants can register and no need to for email activation. [ ] New registered tenants are active by default.