hi
This is the same design as permissions. If a user has an admin role, we should not disable the permissions which inherits from the role.
hi
Did you push your new changes to AbpVineforceTest1 repo?
hi
You can replace the Hangfire services. If you have a problem, I can help
https://github.com/abpframework/abp/tree/dev/framework/src/Volo.Abp.BackgroundJobs.HangFire
hi
How can I override feature values at tenant level as well when it's assigned at edition level?
This is the current design, you can't override it.
hi
However, I can send a confirmation email but I can not send password generated with confirmation email
You can override the RegisterAsync method of AccountAppService.
Use a new mail template to send the mail.
https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Overriding-Services https://docs.abp.io/en/abp/latest/Emailing#text-template-integration https://community.abp.io/posts/replacing-email-templates-and-sending-emails-jkeb8zzh
hi
Set autoSave: true you will get the latest ConcurrencyStamp
note.SetConcurrencyStampIfNotNull(concurrencyStamp);
return await _noteRepository.UpdateAsync(note, autoSave: true);
hi
You can use
AlwaysLogSelectors: A list of selectors to save the audit logs for the matched criteria.
https://docs.abp.io/en/abp/latest/Audit-Logging
hi
IsEnabledForGetRequests (default: false): HTTP GET requests should not make any change in the database normally and audit log system doesn't save audit log objects for GET request. Set this to true to enable it also for the GET requests.
https://docs.abp.io/en/abp/latest/Audit-Logging