Activities of "maliming"

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.

hi Mohammad

There is no workaround for now.

hi

  1. You can use UserManager in razor page to get user's Active . https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Security/Volo/Abp/Users/CurrentUserExtensions.cs#L15
  2. You can also add this value into the cliams.https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/AbpUserClaimsPrincipalFactory.cs#L29
Showing 7501 to 7510 of 7733 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30