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:
Okta external login icon in authserver login page.Okta login page and complete the authentication.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.