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:
Hi,
i am trying to consume an API of an abp commercial application (which is not API application) from a ASP.NET API Application (not ABP)
i have try to "use /api/account/login" api to get the token using Postman but no luck at all , here are the result from Postman
i have try to use Restsharp library to consume the API but all the time i got HTML in my response which is the Login Page of the ABP application
any suggestions?
hi where in the ABP , is there a clear way to do it , a walkthrough sample
regards,
Osama
hi
my request is to save the password as plain text NOT hashed code
how can we do this in ABP
Thanks ! regards,
Osama
If you're creating a bug/problem report, please include followings:
Salam ,
I need to have users password as a Palin Text , when the user register or update their passwords i want to save the passwords as Plain Text so when i want to migrate all users to different Identity Providers
thanks
thanks waiting for your feedback
sure , i sent it to your email as Dropbox link
we were adding Dapper to our project using this article https://docs.abp.io/en/abp/latest/Dapper
but we face the issue of DependencyResolutionException None of the constructors found with 'Autofac.Core.Activators.Reflection.DefaultConstructorFinder' on type 'Sbg.ProjectControl.Locations.LocationsAppService' can be invoked with the available services and parameters: Cannot resolve parameter 0
ABP Framework version: v5.1
UI type: MVC
DB provider: EF Core
Tiered (MVC) or Identity Server Separated (Angular): yes
Exception message and stack trace:DependencyResolutionException: None of the constructors found with 'Autofac.Core.Activators.Reflection.DefaultConstructorFinder' on type 'Sbg.ProjectControl.Locations.LocationsAppService' can be invoked with the available services and parameters: Cannot resolve parameter 'Sbg.ProjectControl.Locations.ILocationDapperRepository locationDapperRepository' of constructor 'Void .ctor(Sbg.ProjectControl.Locations.ILocationRepository, Volo.Abp.Domain.Repositories.IRepository`2[Sbg.ProjectControl.SubProjects.SubProject,System.Int32], Sbg.ProjectControl.Locations.ILocationDapperRepository)'.
Steps to reproduce the issue:
that is!
we need to know how to fix this issue