Activities of "maliming"

hi

You can exec your sql on

https://github.com/abpframework/abp/blob/dev/framework/test/Volo.Abp.EntityFrameworkCore.Tests/Volo/Abp/EntityFrameworkCore/AbpEntityFrameworkCoreTestModule.cs#L102-L104

You can remove your Contributorfrom AbpDataSeedOptions

services.Configure<AbpDataSeedOptions>(options =>
{
    options.Contributors.Remove...
});

hi

The flow should be like:

  1. angular request oauth2 login
  2. You will be redirected to authserver login page.
  3. Click the Okta external login icon in authserver login page.
  4. You will be redirected to the Okta login page and complete the authentication.
  5. You will be redirected authserver website and you already have the login state.
  6. authserver will generate the code and redirect to angular.
  7. angular get the code and use it the access_token from authserver

Please don't change any code on OnRedirectToIdentityProvider and don't use Okta info in the angular app. it only uses authserver info for authentication.

hi

You can convert your sql server file to SQLite. Then use SQLite statements in unit tests.

hi

Password must be changed every specific days

This feature has been implemented in 7.2 https://docs.abp.io/en/commercial/latest/modules/identity/periodic-password-change

  • Users shall not be able to re-use the previous 6 passwords (or any configurable number).

We don't know and don't store the plaintext password, So we may not implement this feature.

hi

There is no command to upgrade the source code automatically.

You can download the latest source code and override the exists code.

then check the different and merge the code via GIT.

hi

This is designed. It would be best to ensure the service is always available.

hi

It uses Lazy to store the permissions.

You can copy all the code of StaticPermissionDefinitionStore and create a new MyStaticPermissionDefinitionStore

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Authorization/Volo/Abp/Authorization/Permissions/StaticPermissionDefinitionStore.cs#L18

Use --separate-identity-server and try again, Thanks.

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

hi

You can use --separate-identity-server, we will be compatible in next rc.

new MyProject -t app-pro -u angular --preview -v 7.4.0-rc.2 -csf --theme lepton-x --skip-cache --with-public-website --separate-identity-server -dbms SqlServer --separate-identity-server

Thanks we will confirm the problem.

Showing 6471 to 6480 of 11529 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.