Yes, we will release the nightly build packages.
hi
You can try to inject IStringLocalizer<YourResource> in the AutoMapper profile.
https://github.com/abpframework/abp/pull/6868
hi
There is no source code for this project.
hi
We can set the default value
Please share your code. Usually, you don't need to care about the encryption, which is done automatically.
https://docs.abp.io/en/abp/latest/Settings#isettingencryptionservice
hi
var resetToken = await UserManager.GeneratePasswordResetTokenAsync(user);
hi
We are upgrading.. Please pay attention https://github.com/abpframework/abp/pull/17776
hi
You can download the source code of the account pro module and move the code to your Blazor server project.
But this is the same as using the account module in your Blazor server project.
hi
Try the abp get-source Volo.Docs command, It also includes the admin part.
https://github.com/abpframework/abp/tree/dev/modules/docs
hi
You can set the CreatorId of the entity by ObjectHelper.TrySetProperty(entity, x => x.CreatorId, () => YourID);.