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)
-
0
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.