hi
Can you share a simple project? liming.ma@volosoft.com
hi
There is no sample code for now.
See https://support.abp.io/QA/Questions/5500#answer-3a0cc632-a4b3-d72f-73bf-29adde5c2e25
hi
The InitializeDynamicPermissions
is used to initial the dynamic permission system.
You can copy some code to your app and call it.
https://github.com/abpframework/abp/blob/dev/modules/permission-management/src/Volo.Abp.PermissionManagement.Domain/Volo/Abp/PermissionManagement/AbpPermissionManagementDomainModule.cs#L64-L107
hi
Even with all of this, the dotnet restore command still errors out after 10+ minutes.
What's the error?
hi
I will find the solution asap.
hi
the NPM packages are updated to 7.3.1 however, the nuget packages are still 7.3.0. Is this the expected behavior of this release?
You can run the command again.
error NU1106: Unable to satisfy conflicting requests for 'Volo.Abp.MultiTenancy': Volo.Abp.MultiTenancy (>= 7.3.0) (via package/Volo.Abp.
You can create a new template project and copy the lepton package version to your project.
hi
You can download the Account.Pro
module to check the code. we have implemented the 2FA login on the commercial side.
https://docs.abp.io/en/commercial/latest/modules/account#two-factor-authentication https://support.abp.io/QA/Questions/632/How-can-I-download-the-source-code-of-the-framework-Angular-packages-theme-and-pro-modules
abp get-source Volo.Account.Pro
hi
You can override the base methods to add your custom code.
hi
The AccountController
will not call during the login process.
You have to add your custom code to YourLoginModel