Activities of "shobhit"

  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
  • By default localization files are part of "Embedded Resources". We have to keep them out. When i keep them out, localizaton is not working. What else to fix, please help.

Also how can i save the set/get into the "AppFeatureValue" table as with the above example i cannot find the new record in this table.

Hi Mahmut, Thanks. Can you help me with sample for router.provider.

In simple words Host admin should be able to define featurs allowed for any tenant admin. currently Host admin can select very specific features but not the custom features for the tenant. Tenant admin already have feature to define the access permission for roles/users.

Hello mahmut, Let's take one example. assume similar to role/user access permission we have permission for tenant edition.

       Now i want menu's to be displayed to tenant admin based on edition only i.e. maximum menus allowed.
       

in the current exmaple for "organizatoin" edition, tenant will have permission for "Home" and "Dashboard" menu only.

i hope i am bit clear now.

Question
  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
  • Do we have group chat feature? if yes how we can enable this. If no, are you planning to have this and by when.
  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
  • How i can configure menu accessibiity based on tenant edition

Hello liangshiwei, Issue resolved. Thanks for your support.

Hello liangshiwei, I have followed this document. make following changes:

1- IdentityServer/ HttpApi.Host csproj --> appsettings.json "AbpTwilioSms": { "AccountSId": "AC13c30f4dc66c93a4cmnsdfkjlahfk3ae9244", "AuthToken": "a547ed14luofasd9dc5ef6f0c3cb", "FromNumber": "+12504365764" },

2- IdentityServer/ HttpApi.Host csproj --> Added TwilioSMS Nuget packege

3- Add below code in *Module Class of IdentityServer/ HttpApi.Host csproj

[DependsOn( ..... ...... typeof(AbpTwilioSmsModule) )]

4- Host admin kept the 2F optional, Tenant Admin kept the 2F optional, User kep 2F mandatory

5- Now 2 problem statement:

  1. I login as user. When i click on verify phone then verifican UI is not getting displayed
  2. In the login screen : provide userid/ password. Next screen shown 2F provider options but getting only email
  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
  • How i can enable 2 factor authentication using mobile and Twillio as provider. Please share the step by step instructions.
Showing 31 to 40 of 297 entries
Made with ❤️ on ABP v9.1.0-rc.1. Updated on January 17, 2025, 14:13