Docy

Docy

Did You Know?

Advanced visual search system powered by Ajax

Change password from database

Estimated reading: 1 minute 40 views

To reset password or change password from database, do this:

  1. Open PHPMyAdmin
  2. Go to POS database
  3. Open users table
  4. For the user for which you want to change the password, in the password field put
    $2y$10$3YV4RYxkYC1pBLQt8NKY4eYnhQmC0Fhk7vnMNd8Y.BIM1WwC5E7dK
  5. The password will get changed to 123456
CONTENTS