Activities of "maliming"

Hi

we need user to login once and next time his tenant changed, the user does not need to re-enter his credentials again - he re-logins automatically (SSO), for instance, after selecting the tenant from dropdown list in UI; Could you please suggest the solution?

If you are using the password grant type of the identity server to get the token, you can try rewrite AbpResourceOwnerPasswordValidator to implement your login again.

is there a way to get the list of all tenants of all user accounts using ABP framework? how to get the list of tenants where user name is the same?

You can use ICurrentTenant to switch tenants. Then use the related repository to query tenant and user information.

hi

I testd the automapper 10, it seems no problem.

Did you has make other changes? or can you reproduce this problem with fresh app-pro template project?

hi

Automapper 10 has breking change. Please don't upgrade it.

I create a issue to doal with the upgrade .https://github.com/abpframework/abp/issues/4918

hi

Your _accountAppService in the DashboardMenuContributor class hasn't been initial.

You can try to get your service through context.ServiceProvider.GetService<YourService>(); of course you can get other services.

hi

These errors seem to be because gulp was not executed or should be make the browser cache invalid.

hi @kirtik

Can you share your full code?

hi

You should use DI to get services instead new AccountInfo...()

https://docs.abp.io/en/abp/latest/Dependency-Injection

hi @Repunjay

You can create a new project and refer to it's angular/packages.json to change your project.

I will check why the cli doesn't update the angular packages.

hi

The @abp/* and @volo/* in your packages.json has not been successful upgrading to v3.0.4.

when I updated Angular solution using ABP CLI update command

Can you share the abp update command output?

hi @syabp and @drpdev2

You're should be use the Pro packages of account module instead of open source ones.

Showing 8681 to 8690 of 8747 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on December 13, 2024, 06:09