Base solution for your next web application
Open Closed

Web.Controllers.TokenAuthController - GetLoginResultAsync - password #10387


User avatar
0
olmy90 created

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? 10.2
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .net core

If issue related with ABP Framework

  • What is ABP Framework version? 6.3

I needs to debug method GetLoginResultAsync - and check the password - because I get an error User / Pwd wrong. The user exists - therefore Pwd must be wrong.

Is the password encryptet - if yes - can I somehow get the real password while debugging?

Web.Controllers.TokenAuthController - GetLoginResultAsync - password


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @olmy90

    The encrypted password cannot be decrpyed. You can create a new encrypted password and compare it with the one in database. If you don't remember the password, you can update it with a new one.