Activities of "berkansasmaz"

Glad it worked. There is nothing wrong with overriding anywhere for your own needs. You don't need to worry about this.

I am closing the issue. Feel free to re-open or create a new issue if you have further questions.

You may be using the version of DNTCapcha that does not support dotnet v6.0 version.

Can you check?

If you are using the dotnet v6.0 version of DNTCapcha that supports dotnet v6.0 and you are still getting errors, please provide the relevant log record and code examples so that I can reproduce the error.

This issue does not appear to be related to ABP. I found the following issue with short research and I wanted to share it in case it might help.

https://github.com/VahidN/DNTCaptcha.Core/issues/96

See also: https://community.abp.io/articles/patch-for-chrome-login-issue-identityserver4-samesite-cookie-problem-weypwp3n

This issue does not appear to be related to ABP. I found the following issue with short research and I wanted to share it in case it might help.

https://github.com/VahidN/DNTCaptcha.Core/issues/96

See also: https://community.abp.io/articles/patch-for-chrome-login-issue-identityserver4-samesite-cookie-problem-weypwp3n

Try abp install-libs

https://github.com/abpframework/abp/blob/dev/docs/en/Migration-Guides/Abp-5-0-MVC.md#use-install-libs-by-default

Answer

Maybe the reason it is because the Redis server is not run or improper Redis configuration while using the AbpCachingStackExchangeRedisModule module.

Can you check if the Redis server is running? https://stackoverflow.com/a/69371513/9922629

Hi 👋

See https://support.abp.io/QA/Questions/1916/How-to-Restrict-user-to-multiple-login-session#answer-a5392899-3f74-435d-f4cf-39ff3cf43ae2

That's why I'm closing this issue. Feel free to re-open or create a new issue if you have further questions.

You can use the UseAbpSecurityHeaders middleware.

app.UseAbpSecurityHeaders();

In addition to this, this article may also be of use to you.

In the MyProjectName.EntityFrameworkCore project, it worked for me when I put it at the beginning of the OnModelCreating method in the MyProjectNameDbContext.

You can see the generated migration code from the image below when I create a new migration for new table prefix.

AbpPermissionManagementDbProperties.DbTablePrefix = "NewPrefix"

Can you try this code?

Showing 241 to 250 of 331 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30