Activities of "maliming"

hi

You can check the password history when the user changes its password.

ChangePasswordAsync of ProfileAppService ResetPasswordAsync of AccountAppService

hi

You can check the source code of StaticPermissionDefinitionStore

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

hi

You can update your js files of blazor wasm

Run abp bundle command in your blazor wasm project.

hi

Please share full logs.txt Thanks.

liming.ma@volosoft.com

Thanks I will confirm it asap.

Request starting HTTP/2 GET https://xxxxx:44322/__bundles/moment.min.js.map; - -

This may be browser behavior you can ignore it now.

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.

Showing 5591 to 5600 of 10655 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20