Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
- ABP Framework version: v6.0.0.0-rc3
- UI type: Blazor Server
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:"
Administration / Settings
4 Answer(s)
-
0
hi
Now it is only possible to customize
AccountAppService
to cancel sending emails. -
0
hi
Now it is only possible to customize
AccountAppService
to cancel sending emails.I am still new to the abp framework. Where would the AccountAppService be in the codebase? In one of the Volo packages? Could you provide a code example? Thanks
-
0
hi
The
AccountAppService
exists onVolo.Abp.Account.Pro.Public.Application
package.You can download the module source code.
https://support.abp.io/QA/Questions/632/How-can-I-download-the-source-code-of-the-framework-Angular-packages-theme-and-pro-modules https://support.abp.io/QA/Questions/160/How-to-customize-an-ABP-project https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Overriding-Services
-
0
Thanks. We want to avoid modifying the modules. Any upgrades require remembering all the custom modifications. Thanks for the in-depth explanation.