Activities of "shobhit"

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

No Worries and Thanks for all help. I am able to setup and run the tenant in new DB

When creating new tenant we don't provide connection string. After tenant creation, there is provision to provide new connection string.

ok. Thanks. Let me try

Hello liangshiwei, Thanks. what should be next step?

Please note i am using 4.2.2

  1. create seperate db for tenant
  2. run the db migrator project have default connection string pointing to tenant db
  3. Login to angular application as host admin and create new tenant and set the new db connection string
  4. Logout as host and select new tenant and try to login a. Cannot login as admin user created b. Cannot login as host admin default credentials

Thanks berkansasmaz for great help.

Solution is working as expected.

Hello maliming, As i am not the expert in ABP features. can you help me out with sample where i have to make changes.

Hello , Thanks a lot for providing detaild steps. in second last step i am getting this error:

        But my other dotnet commands are working fine.
Showing 51 to 60 of 235 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 05:21