Activities of "maliming"

Have you tried posting ExtendLocalizationResource? You can also publish to a local folder for testing.

hi

Please share the logs of the authserver.

hi

abp/account/src/Volo.Abp.Account.Pro.Public.Web/Pages/Account/SendSecurityCode.cshtml

Twilio.Exceptions.ApiException: The 'To' number 0551112233 is not a valid phone number.

You can override the CheckPhoneNumber method of AccountAppService .

protected virtual void CheckPhoneNumber(IdentityUser user)
{
    if (string.IsNullOrEmpty(user.PhoneNumber))
    {
        throw new BusinessException("Volo.Account:PhoneNumberEmpty");
    }
    
    // Add more rules
}

It will be updated in 24 hours.

hi

The JSON files compiled into assembly DLL so it doesn't work.

hi

hi

You can exclude the email by overriding these methods.

account/src/Volo.Abp.Account.Pro.Public.Application/Volo/Abp/Account/AccountAppService.cs

This seems to be a problem with ECS Fargate, I don't know much about it. You can change the default port of the app.

https://andrewlock.net/5-ways-to-set-the-urls-for-an-aspnetcore-app/

hi

I'll ask the microservices teammate.

hi

I think there is no problem with this.

Showing 7751 to 7760 of 11554 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.