Base solution for your next web application
Open Closed

How can i decrypt the password? #9549


User avatar
0
Simonlum created

Hi Team, I want to know how can i decrypt the user's password, we need to send the plain password to user when the admin active the account;


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

    Hi Simonlum, The password is stored in the database after being hashed, and cannot be reversed into plain text. If you want to achieve this requirement, you can store the user password before creating the user. After the user is successfully created, the corresponding password is sent.