Open Closed

Turn off #4282


User avatar
0
mmoncrief created

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

Is it possible to turn off sending the confirmation email?


4 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Now it is only possible to customize AccountAppService to cancel sending emails.

  • User Avatar
    0
    mmoncrief created

    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

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    The AccountAppService exists on Volo.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

  • User Avatar
    0
    mmoncrief created

    Thanks. We want to avoid modifying the modules. Any upgrades require remembering all the custom modifications. Thanks for the in-depth explanation.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11