Activities of "maliming"

Did you use the correct appsettings.json?

CorsOrigins is configured with http://localhost:4200

You can also check the application logs.There may be other error messages in the logs.

But i got successfully implemented sms verification using Twillio and am getting OTPs as well and my number is getting verified. After all these while logging i can not see two factor authentiocation screen which asks for sms otp. What i am missing here as well???

Can you share your detailed steps to enable SMS two factor authentication?

hi ashutosh.tanksale

I think you don't need to implement WordSettingDefinitionProvider. The Emailing module has defined these settings, you only need to configure it. https://docs.abp.io/en/abp/latest/Emailing#email-settings

the smtp server requires a secure connection

You can also try MailKit, Test your mail settings in the console using MailKit or SmtpEmail.

https://docs.abp.io/en/abp/latest/MailKit

Later you can try to rewrite some of the built-in services.

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Emailing/Volo/Abp/Emailing/Smtp/SmtpEmailSender.cs https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.MailKit/Volo/Abp/MailKit/MailKitSmtpEmailSender.cs

hi @MichelZ

Tiered projects support your needs.

https://docs.abp.io/en/abp/latest/Startup-Templates/Application#tiered-structure

Answer

hi

Can you share some steps? and your project is using Oracle. I only have sql server.

Thanks. Regards

hi @ChetanKumbhar

You are using the free abp startup template project. It does not implement too many features, you can use the commercial startup template project.

https://docs.abp.io/en/commercial/latest/getting-started-create-solution https://docs.abp.io/en/commercial/latest/abp-framework-vs-abp-commercial

I can't reproduce your problem, can you share your problem project to me? liming.ma@volosoft.com

hi ChetanKumbhar

I will check it asap.

hi

I have created one demo application to implement 2 factor authentication using mvc. I done all the configuration for one user, email verified, two factor authentication enabled. when i enter user name & password it thows mi an exception

Can you share your steps in detail?

hi

You can remove the xxxxxx string. We have fix this.

Showing 3831 to 3840 of 4062 entries
Made with ❤️ on ABP v9.1.0-rc.1. Updated on January 17, 2025, 14:13