Ends in:
7 DAYS
10 HRS
35 MIN
58 SEC
Ends in:
7 D
10 H
35 M
58 S

Activities of "berkansasmaz"

Thanks for the reporting, we will fix the problem as soon as possible.


I'm closing this question as the follow-up of the issue will be done together with the internal issue.

Thanks for the report 🙏

I'm closing this question because we will follow up with the internal issue.

Thanks for the explanation and report.

I agree, I think this is a problem.

As a result, I am creating an internal issue related to the subject.


Closing the issue. Feel free to create a new issue if you have further questions.

Creating a tag helper is standard, you can check Microsoft's documents. If you want to customize one of the ABP's tag helpers, you can create a class deriving from the taghelperservice class of any one (example: https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap/TagHelpers/Button/AbpButtonTagHelperService.cs), then replace the original in the dependency injection system.

I want to customize some abp tag helper or add a new tag helper

https://github.com/abpframework/abp/pull/11985

We solved the problem, it will be in use with the 5.2.0-rc.2 version, FYI.

Thanks for the suggestion. I agree with you on this.

I will create an internal issue about this and if the team sees it appropriate, we will implement it.


Closing the issue. Feel free to re-open or create a new issue if you have further questions related to this.

https://docs.abp.io/en/commercial/latest/modules/identity/two-factor-authentication#why-dont-users-receive-a-verification-code-even-2fa-enabled

Although the 2FA setting is enabled, users may not be able to use 2FA. This is because the user does not have a verified e-mail or phone number. The verification code cannot be sent to an unverified address for security measures. Ensure that Verified label next to email or phone number to ensure that corresponding user can receive verification code.

2FA cannot be used for unverified phone numbers and email addresses, one must be verified.

I tested this situation on version 5.2.0-rc.1 and I did not see a problem.

Note: As far as I know there were a few bugs about this in older versions but the issues have been fixed, FYI.


Closing the issue. Feel free to re-open or create a new issue if you have further questions related to this topic.

@EngincanV, can you test this situation with Package Manage Console in VS

https://docs.abp.io/en/commercial/latest/modules/account#social-external-logins

The application startup template comes with Twitter, Google and Microsoft logins pre-installed.


This question does not appear to be related to ABP.

Here is a quote from Microsoft's article about external providers:

Facebook, Twitter, Google, and Microsoft providers are covered in the following sections and use the starter project created in this article. Other providers are available in third-party packages such as AspNet.Security.OAuth.Providers and AspNet.Security.OpenId.Providers.

AspNet.Security.OAuth.Providers package supports Apple provider and I think you can use it easily.

For instance:

services.AddAuthentication(options => { /* Authentication options */ })
         .AddApple(options =>
         {
            ....
         });

For more information see here.

Showing 251 to 260 of 355 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06