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.
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
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.