Activities of "maliming"

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

hi @cellero

It is working now, you can try again.

hi

It will fixed in next version.

audit-logging/src/Volo.Abp.AuditLogging.Web/Pages/Shared/Components/EntityChangeWidget/Default.cshtml

var daysAgo = $"<time class=\"timeago\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" datetime=\+++==={entityChange.ChangeTime:O}\" data-content=\"{entityChange.ChangeTime}\"></time>";
Showing 6571 to 6580 of 6801 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11