Activities of "Hon-Tre_IFS"

Hi,

Currently I integrated Azure service Bus integration by using AbpEventBusAzureModule for Notification(custom) module. Due to this my user/tenant creation has been stopped working and when I was looking at the Azure service Bus topics, I see user/tenant message creation is happening in Azure and seems like data seeding process from ABP is happening in memory stream and it does not find those user tenant creation message in memory stream. What is the resolution?

we have to redirect to Angular UI / SPA scenario, and it returns 302 and empty data. but after hard refresh it returns the data and response code is 200

Hi,

We are currently using single layer modular monolithic web app and api.

Issue: After successful login, the page redirects to next page but does not load any data on the web page and in the network tab the response code is 302. But after hard refresh, the page shows the actual data and response code returns 200.

How do you resolve this issue?

Even clearing the cache, it not working I have added this piece of configuration in Host module class it working. is it ok add

 // Configure password requirements
 Configure<IdentityOptions>(options =>
 {
     options.Password.RequiredLength = 8;
 });

I have changed it T to G still It is showing 6 digits

I have made the changes both tenant and Host but it still appearing as 6 digit is minimum

Yes we have Multiple tenants

Abp version 10.0.2, UI Page Change Password

I have changed the identity setting as well for 6-digit min password to 8 the model error is still not updating

This is the code i have added module file

// Configure password requirements Configure<IdentityOptions>(options => { options.Password.RequiredLength = 8; });

Showing 1 to 10 of 53 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.3.0-preview. Updated on February 26, 2026, 13:35
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.