Open Closed

Download source code of AbpSuite #7508


User avatar
0
DominaTang created

I want to check the source code for when an user account is locked, is there any email is sent? And what the source code looks like so that I can add more code on top of it. However, when I use Abp suite, and click modules link, it gives a bunch of folder access errors such as users[my account]\AppData\Local\Application Data.

  • Do you know the reason of above reason?
  • There is another way to access source code instead of using abp suite?
  • With build-in Abp Lock user method, is there an email sent to the user?

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

    hi

    You can get source cod by ABP CLI.

    
    > abp help get-source 
    
    ABP CLI 8.2.0
    
    Usage:
    
      abp get-source <module-name> [options]
    
    Options:
    
    -o|--output-folder <output-folder>          (default: current folder)
    -v|--version <version>                      (default: latest version)
    --preview                                   (Use latest pre-release version if there is at least one pre-release after latest stable version)
    
    Examples:
    
      abp get-source Volo.Blogging
      abp get-source Volo.Blogging -o d:\my-project
    
    See the documentation for more info: https://docs.abp.io/en/abp/latest/CLI
    

    With build-in Abp Lock user method, is there an email sent to the user?

    The user will not get an email when it gets locked.

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.2.0-preview. Updated on March 25, 2025, 11:10