Base solution for your next web application

Activities of "eric_pulaski"

Question

I've got a couple of questions around User Email/Name and Multi-Tenancy: (I plan to have a single DB with multiple tanants sharing the same DB, if that matters)

  1. I would like the user's email to be their "sign in" ID for my application, and I don't want a separate User Name. Is that easily workable with ASP.NET Zero, or does that not really work with ASP.NET Zero?

  2. I want the same user to be a member of multiple tenant orgarizations. Do User Names or Email addresses have to be unique across tenants? Can my user sign in once, and then pick their tenant from among the different Tenant companies that they are a member of? I really don't want to have separate logins each time they switch to a new Tenant. For example, I'm building a budget app. My users will invite their accoutants to their account. An accountant may have mulitple clients that are using my app. I want the accountant to login once, then pick the client (the Tenant) they want to get to. How do I manage that?

Thanks in advance for you help.

-Eric

I've had this problem happen to me a couple of times. The last time it happened, I was signed in as admin, swtiched to sign in as another tenant, then went back to my account and now I can't see any tenants or settings. I've logged out and back in, but can't seem to get back to the normal portal. See attached screen shot. I'm running the latest version of Microsoft Edge browser.

Is this some kind of a cookie problem? Any idea what's causing this? Thanks in advance for your help. [I dragged and dropped the picture below.]

It looked like, somehow, the admin's permissions had some pages removed. Thanks, and sorry for the trouble.

Is there any way I can used OU's and Roles to define a user's role at the OU level. For example, I may have a user who is a "manager" in the Marketing OU but is just a "read only users" in the Sales OU. It does not look like roles and OU's work this way in ASP.NET Zero, but I was wondering if you had any creative suggestions without having to do major surgery to the platform?

Thanks in advance for your help.

-Eric

Kind of. What I'm really looking for is an ACL at the OU level, with a pairing (tuple) of users and roles at the OU level. I guess I can just implement this myself; not something that ASP.NET Zero can handle with the out-of-the-box implementation.

OK. Thanks.

Is there any way with ASP.NET Zero to specify "per user" pricing for an Edition? Seems like the included pricing/billing options are pretty basic, so I'm trying to see if the "out-of-the-box" ASP.NET Zero billing will work for me, or if/when I will need to go to something more complicated, such as Chargebee.

Thanks in advance for a reply.

-Eric

Thanks for the answer.

I want to change the timezone descriptions (that my users choose) from the current Microsoft Time Zone "Name of Time Zone" to the "Time" as shown in https://support.microsoft.com/en-us/help/973627/microsoft-time-zone-index-values. For example change from "Central Standard Time" to "(GMT -06:00) Central Time (US and Canada)".

Is that possible with ASP.NET Zero (without major surgery to the code), or might there be unintended consequences?

Thanks in advance for your help.

-Eric

If I pin my chat view, I get all kinds of UI glitches. Is this a known problem, or something we may have messed up on our end? For example, if I pin the chat panel, the rest of the ASP.NET Zero portal is disabled, and if I hover over the pin icon, or parts of the chat panel, the chat panel totally goes away - so I've got to click the pin quickly to unpin before the panel disappears! I would think that pinning the chat panel keeps it in place while I can still use the rest of the portal, but that does not happen.

(we are on ASP.NET CORE & Angular, ASP.NET Zero v8.7.0, and .NET Core 3.1)

Showing 1 to 10 of 16 entries