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);.
hi
You shouldn't disable them. One of them pushes jobs to hangfire, and the other is used to clear expired tokens.
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.BackgroundJobs/Volo/Abp/BackgroundJobs/BackgroundJobWorker.cs#L40 https://github.com/abpframework/abp/blob/dev/modules/openiddict/src/Volo.Abp.OpenIddict.Domain/Volo/Abp/OpenIddict/Tokens/TokenCleanupBackgroundWorker.cs#L11
Thanks. I will forward to angular team.
hi
Can you explain it in detail? If possible please share some screenshots. Thanks